minitd/Cargo.toml
2024-01-27 14:19:59 +01:00

22 lines
467 B
TOML

[package]
name = "minitd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = { version = "0.27.1", features = ["fs", "process", "event", "signal", "poll", "net"] }
libc = "0.2.152"
daemonize = "0.5.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.8"
shlex = "1.3.0"
petgraph = "0.6.4"
graph-cycles = "0.1.0"
base64 = "0.21.7"
hhmmss = "0.1.0"