22 lines
468 B
TOML
22 lines
468 B
TOML
[package]
|
|
name = "daemon"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
systemctl = "0.3.1"
|
|
poise = "0.6.1"
|
|
config = "0.14.0"
|
|
j_db = { version = "0.1.2", registry = "jojo-dev" }
|
|
serde = "1.0.197"
|
|
structopt = "0.3.26"
|
|
env_logger = "0.11.3"
|
|
thiserror = "1.0.57"
|
|
log = "0.4.21"
|
|
bitflags = "2.4.2"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.36.0"
|
|
features = ["rt-multi-thread"] |