Mycelium/Cargo.toml

15 lines
329 B
TOML

[package]
name = "mycelium"
version = "0.1.0"
edition = "2021"
[dependencies]
configparser = "3.0.4"
dbus = "0.9.7"
glob = "0.3.1"
rand = "0.8.5"
reqwest = { version = "0.12.9", features = ["json", "blocking"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
untildify = { path = "../untildify" }