[workspace] resolver = "3" members = [".", "water-pod-common", "water-pod-config"] [workspace.package] authors = ["Sachy.dev "] version = "0.1.0" edition = "2024" [package] name = "water-pod" version.workspace = true authors.workspace = true edition.workspace = true [dependencies] aead = { version = "0.6.0", features = ["alloc"] } water-pod-common = { path = "./water-pod-common" } water-pod-config = { path = "./water-pod-config" } tokio = { version = "1", features = ["io-std", "fs", "io-util", "net", "rt", "macros", "signal", "sync"] } wharrgarbl = { git = "https://tangled.org/sachy.dev/wharrgarbl", package = "wharrgarbl" } getrandom = { version = "0.4.2", features = ["sys_rng"] } env_logger = "0.11" log = "0.4" bluer = { version = "0.17.4", features = ["full"] } winnow = "1" futures-lite = "2.6.1" jiff = "0.2.32" rand = { version = "0.10" } futures-concurrency = "7.7.1" postcard = { version = "1", default-features = false, features = ["alloc"] } serde = { version = "1", default-features = false, features = ["alloc"] } miette = { version = "7.6.0", features = ["fancy"] }