aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-rsli/Cargo.toml
blob: 481788db15114ff41bb8d61a79c250c2a97c434b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "fparkan-rsli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

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

[lints]
workspace = true