commit | 203b96bbe945bf8da533c557df0f42076fe15f22 | [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:27 2025 +0000 |
tree | 03acb4e76119002d0285c499f7ead6ed64ae61f3 | |
parent | e38874b24d3a6a4ebea512793079522c1893a5d4 [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"]