commit | c581e7263e2852058904a0734b8bc020456602a2 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Feb 13 13:23:51 2025 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Feb 14 14:15:32 2025 +0000 |
tree | ba6b3a54b841c3f37e6afd716163ffeb8e55b834 | |
parent | 92a0be249f43a75787efa5ed2829120cbaba004e [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"]