about summary refs log tree commit diff
path: root/users/tazjin/german-string/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2024-08-16T22·53+0300
committerclbot <clbot@tvl.fyi>2024-08-19T13·19+0000
commit64a085cf52bbb04effe2846b4a780e37d4ff8408 (patch)
tree3a3db64a40569ae72da7eca2f3d101b7fdaf3eb1 /users/tazjin/german-string/Cargo.toml
parentab6a4815ffe84f38bfc0ce5dd5c0a36970009d90 (diff)
feat(tazjin/german-string): add Eq impl & corresponding proptests r/8530
Change-Id: I66a258fad5d4e249268b9d2743d46b30c5ac1dac
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12240
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/german-string/Cargo.toml')
-rw-r--r--users/tazjin/german-string/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/german-string/Cargo.toml b/users/tazjin/german-string/Cargo.toml
index 90462e964839..8eec963f071a 100644
--- a/users/tazjin/german-string/Cargo.toml
+++ b/users/tazjin/german-string/Cargo.toml
@@ -3,4 +3,5 @@ name = "german-string"
 version = "0.1.0"
 edition = "2021"
 
-[dependencies]
+[dev-dependencies]
+proptest = "1.5.0"