rqbit/Cargo.toml
2021-07-03 19:10:59 +01:00

17 lines
No EOL
289 B
TOML

[workspace]
members = [
"crates/librqbit",
"crates/rqbit",
"crates/buffers",
"crates/clone_to_owned",
"crates/bencode",
"crates/sha1w",
"crates/librqbit_core",
"crates/peer_binary_protocol"
]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"