kornelski / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
https://lib.rs/cargo-deb
MIT License
404 stars 48 forks source link

Disable the async-timeout feature for rstest #93

Closed newpavlov closed 1 year ago

newpavlov commented 1 year ago

IIUC the async machinery is not used in any way, so it's better to disable it to prune the dev dependency tree.

kornelski commented 1 year ago

Thanks