21 lines
471 B
TOML
21 lines
471 B
TOML
[package]
|
|
name = "noxis-rs"
|
|
version = "0.11.26"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.93"
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.21", features = ["derive"] }
|
|
env_logger = "0.11.3"
|
|
inotify = "0.10.2"
|
|
log = "0.4.22"
|
|
pcap = "2.2.0"
|
|
redis = "0.29.2"
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
|
serde_json = "1.0.118"
|
|
sysinfo = "0.32.0"
|
|
tokio = { version = "1.38.0", features = ["full", "time"] }
|
|
noxis-cli = { path = "../noxis-cli" }
|
|
dotenv = "0.15.0"
|