blob: d874e7669ef949d6e30a7ff950aa792ac5377ce1 [file] [log] [blame]
Mohammed Naser8e269fe2025-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]
Mohammed Naserc376c052025-02-17 16:02:00 -050010members = [ "crates/*" ]