commit | 9a6c35dbf7439916aa83301145af7f1d7b6b91c7 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Feb 13 13:23:51 2025 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Feb 13 20:53:04 2025 -0500 |
tree | 0dde757987541c544d5b25e50026d9fe912700c5 | |
parent | 524a9141593f6940a41fd9eaaeb8d9a2b0798038 [diff] [blame] |
Add missing SHELL build-arg Change-Id: Ic645c0411928f8b69c4d5b21a90462170576e7bc
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e5a3d8e --- /dev/null +++ b/Cargo.toml
@@ -0,0 +1,10 @@ +[package] +name = "atmosphere" +edition = "2021" + +[dev-dependencies] +rustainers = { path = "crates/rustainers" } +tokio = { version = "1", features = ["macros", "rt-multi-thread"] } + +[workspace] +members = ["crates/passwd", "crates/rustainers"]