blob: 14c26efb17d5294a4f22da85fc5119c60a2288b6 [file] [log] [blame] [edit]
[package]
name = "atmosphere"
edition = "2021"
[dependencies]
tokio = { version = "1.43.0", features = ["fs", "macros", "rt-multi-thread"] }
[dev-dependencies]
rustainers = { path = "crates/rustainers" }
[workspace]
members = [ "crates/*" ]