From bb827c3928ee6fc56c04e503be9f39ae70efee67 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Feb 2026 10:09:18 +0000 Subject: feat: Refactor code structure and enhance functionality across multiple crates --- crates/rsli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/rsli/Cargo.toml') 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" -- cgit v1.2.3