2026-06-22 13:12:27 +04:00
|
|
|
[package]
|
|
|
|
|
name = "fparkan-rsli"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-06-30 01:49:03 +04:00
|
|
|
fparkan-binary = { path = "../fparkan-binary" }
|
2026-06-22 13:12:27 +04:00
|
|
|
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|