diff options
Diffstat (limited to 'crates/rsli/Cargo.toml')
| -rw-r--r-- | crates/rsli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rsli/Cargo.toml b/crates/rsli/Cargo.toml index faad224..0ab3036 100644 --- a/crates/rsli/Cargo.toml +++ b/crates/rsli/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" [dependencies] common = { path = "../common" } flate2 = { version = "1", default-features = false, features = ["rust_backend"] } + +[dev-dependencies] +proptest = "1" |
