25 lines
681 B
TOML
25 lines
681 B
TOML
[package]
|
|
name = "luci"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
blake2 = "0.10.6"
|
|
etcd-client = { version = "0.14.0", features = ["tls"] }
|
|
file-mode = "0.1.2"
|
|
hex = "0.4.3"
|
|
hostname = "0.4.0"
|
|
pwd-grp = "0.1.1"
|
|
sd-notify = "0.4.2"
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
serde_yml = "0.0.11"
|
|
shlex = "1.3.0"
|
|
thiserror = "1.0.63"
|
|
tokio = { version = "1.39.1", default-features = false, features = ["rt", "macros", "rt-multi-thread", "signal", "process"] }
|
|
toml = "0.8.15"
|
|
tracing = "0.1.40"
|
|
tracing-journald = "0.3.0"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|
url = { version = "2.5.2", features = ["serde"] }
|