diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-10 12:09:22 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-10 12:09:27 +0200 |
commit | af407fe5c3e1d5b8b315db029805fa7290c83fae (patch) | |
tree | c6cde42d7e05453b0be99fa5c3f181fc843ab76a /crates/pseudonyms/Cargo.toml | |
parent | d50185df5a5870498b6c7e6b51e0368d051743ca (diff) | |
download | warden-af407fe5c3e1d5b8b315db029805fa7290c83fae.tar.bz2 warden-af407fe5c3e1d5b8b315db029805fa7290c83fae.zip |
feat(pseudonyms): proto definitions
Diffstat (limited to 'crates/pseudonyms/Cargo.toml')
-rw-r--r-- | crates/pseudonyms/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/pseudonyms/Cargo.toml b/crates/pseudonyms/Cargo.toml new file mode 100644 index 0000000..4ddf179 --- /dev/null +++ b/crates/pseudonyms/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "warden-pseudonyms" +version = "0.1.0" +edition = "2024" +license.workspace = true +homepage.workspace = true +documentation.workspace = true +description.workspace = true + +[dependencies] +warden-core = { workspace = true, features = ["pseudonyms", "serde-time"] } |