diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-12 12:54:36 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-12 12:54:36 +0200 |
| commit | 34b2f8ff6a99471fbb72ed7c52a92b92645b0652 (patch) | |
| tree | 214e46b91aa63234e7fa033de7001d70d06c1f46 /crates/users/Cargo.toml | |
| parent | b7c123490a1dad28c84960f00fe206fd8b43f0d4 (diff) | |
| download | sellershut-34b2f8ff6a99471fbb72ed7c52a92b92645b0652.tar.bz2 sellershut-34b2f8ff6a99471fbb72ed7c52a92b92645b0652.zip | |
fix: clippy
Diffstat (limited to 'crates/users/Cargo.toml')
| -rw-r--r-- | crates/users/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/users/Cargo.toml b/crates/users/Cargo.toml new file mode 100644 index 0000000..e21ca6c --- /dev/null +++ b/crates/users/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "users" +version = "0.0.0" +edition = "2024" +license.workspace = true +readme.workspace = true +documentation.workspace = true +homepage.workspace = true + +[dependencies] |
