You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
summary = "Rust bindings to liblzma"
|
|
cargo-toml-patch-comments = [
|
|
"drop unused support for tokio v0.1",
|
|
"drop feature for statically linking liblzma",
|
|
]
|
|
|
|
[tests]
|
|
run = ["none"]
|
|
comments = ["outdated dev-dependencies: tokio v0.1"]
|
|
|