19 lines
No EOL
320 B
TOML
19 lines
No EOL
320 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",
|
|
"crates/dht"
|
|
]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
debug = true |