Files
yourpart-daemon/Cargo.toml
admin bad5b86951
Some checks failed
Deploy yourpart (blue-green) / deploy (push) Failing after 1m25s
Merge pull request 'Update Rust crate rand to 0.9' (#2) from renovate/rand-0.x into main
Reviewed-on: #2
2026-06-06 12:23:53 +02:00

18 lines
410 B
TOML

[package]
name = "YpDaemon"
version = "0.5.0"
edition = "2024"
[dependencies]
rand = "0.9"
postgres = "0.19"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.48", features = ["rt-multi-thread", "macros", "net", "sync", "time"] }
tokio-tungstenite = "0.23"
futures-util = "0.3"
ctrlc = "3"
tokio-rustls = "0.25"
rustls-pemfile = "2"
libsystemd = "0.7"
chrono = "0.4"