Mirror of https://git.olaren.dev/Olaren/shitsky
at e52eaf32b1df6b5a4d85abcedd519ca4cd5ba509 10 lines 208 B view raw
1[package] 2name = "shitsky" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7axum = "0.8" 8listenfd = "1.0.2" 9maud = { version = "0.27", features = ["axum"] } 10tokio = { version = "1.0", features = ["full"] }