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

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