aboutsummaryrefslogtreecommitdiff
path: root/crates/rsli/Cargo.toml
blob: 0ab3036fa9d386d9ff88992eab7fcfb6571e5ae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rsli"
version = "0.1.0"
edition = "2021"

[dependencies]
common = { path = "../common" }
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }

[dev-dependencies]
proptest = "1"