mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
17 lines
205 B
TOML
17 lines
205 B
TOML
[workspace]
|
|
members = [
|
|
"crypto",
|
|
"external",
|
|
"protover",
|
|
"smartlist",
|
|
"tor_allocate",
|
|
"tor_log",
|
|
"tor_rust",
|
|
"tor_util",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
panic = "abort"
|
|
|