Appveyor: manually add zstd flags to configure
[tor.git] / src / rust / Cargo.toml
blobc3e44d2a7950d1a2d3c6beb3d0cddce02b24d251
1 [workspace]
2 members = [
3     "crypto",
4     "external",
5     "protover",
6     "smartlist",
7     "tor_allocate",
8     "tor_log",
9     "tor_rust",
10     "tor_util",
13 [profile.release]
14 debug = true
15 panic = "abort"