blob: e5a3d8ef1e8ceb244b01d3f003c9807bdd3e4d6d [file] [log] [blame]
Mohammed Naser942099f2025-02-13 13:23:51 -05001[package]
2name = "atmosphere"
3edition = "2021"
4
5[dev-dependencies]
6rustainers = { path = "crates/rustainers" }
7tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
8
9[workspace]
10members = ["crates/passwd", "crates/rustainers"]