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

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