18 lines
461 B
TOML
18 lines
461 B
TOML
[package]
|
|
name = "wara"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.103"
|
|
camino = { version = "1.2.4", features = ["serde1"] }
|
|
clap = { version = "4.6.1", features = ["derive"] }
|
|
env_logger = "0.11.11"
|
|
lazy_static = "1.5.0"
|
|
log = "0.4.33"
|
|
mikrotik-rs = { version = "0.8.0", features = ["tokio-tls"] }
|
|
regex = "1.12.4"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
tokio = { version = "1.52.3", features = ["full"] }
|
|
toml = "1.1.2"
|