mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
757a2360a4
Unfortunately Cargo doesn't actually parse these! Cargo should probably print a warning saying they're not used...
16 lines
204 B
TOML
16 lines
204 B
TOML
[workspace]
|
|
members = [
|
|
"crypto",
|
|
"external",
|
|
"protover",
|
|
"smartlist",
|
|
"tor_allocate",
|
|
"tor_log",
|
|
"tor_rust",
|
|
"tor_util",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
panic = "abort"
|