nom-nom-nix-gc/Cargo.toml

17 lines
427 B
TOML
Raw Normal View History

2022-12-19 20:02:47 +01:00
[package]
name = "nix-cache-bucket-gc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-07-31 08:51:35 +02:00
actix-web = "4"
2022-12-20 19:21:05 +01:00
clap = { version = "4.0.29", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
2022-12-22 13:50:53 +01:00
url = "*"
webauthn-rs = "0.4.8"
2023-01-08 17:59:58 +01:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
handlebars = "4.3.6"