tor/src/rust/Cargo.toml

11 lines
174 B
TOML

[workspace]
members = ["tor_util", "protover", "smartlist", "external", "tor_allocate",
"tor_rust", "tor_log",
"rand",
]
[profile.release]
debug = true
panic = "abort"