25 lines
No EOL
407 B
TOML
25 lines
No EOL
407 B
TOML
[workspace]
|
|
resolver = "2"
|
|
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
|
|
|
|
[profile.release-github]
|
|
inherits = "release"
|
|
lto = true
|
|
debug = false |