14 lines
359 B
TOML
14 lines
359 B
TOML
[package]
|
|
name = "rednet"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
camino = "1.2.2"
|
|
clap = { version = "4.5.54", features = ["derive"] }
|
|
lazy_static = "1.5.0"
|
|
nix = { version = "0.30.1", features = ["term"] }
|
|
signal-hook = "0.4.1"
|
|
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
|