mirror of
https://github.com/CloudNebulaProject/zmgr.git
synced 2026-04-10 21:20:42 +00:00
13 lines
250 B
TOML
13 lines
250 B
TOML
|
|
[package]
|
||
|
|
name = "zmgr"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
chrono = "0.4.44"
|
||
|
|
clap = { version = "4.6.0", features = ["derive"] }
|
||
|
|
ipnet = "2.12.0"
|
||
|
|
kdl = "6.5.0"
|
||
|
|
miette = { version = "7.6.0", features = ["fancy"] }
|
||
|
|
thiserror = "2.0.18"
|