blob: 94c51795bc087209d75efed378a6adebd89ac4eb (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "banner-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"
sd-notify = "0.4.5"
tokio = { version = "1.49.0", features = ["macros", "net", "rt-multi-thread", "time"] }
|