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/crates/passwd/Cargo.toml b/crates/passwd/Cargo.toml new file mode 100644 index 0000000..25b3dc1 --- /dev/null +++ b/crates/passwd/Cargo.toml
@@ -0,0 +1,7 @@ +[package] +name = "passwd" +version = "0.1.0" +edition = "2021" + +[dependencies] +thiserror = "2.0.11"