blob: 746bdd061c67d178fae302c23cb2dea0514902b5 [file] [log] [blame]
Mohammed Naser9a6c35d2025-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 Naser62c4dd92025-02-16 13:18:14 -050010members = [ "crates/ovsinit","crates/passwd", "crates/rustainers"]