diff options
Diffstat (limited to 'src/rust/Cargo.toml')
-rw-r--r-- | src/rust/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml new file mode 100644 index 0000000000..fc4377e8b4 --- /dev/null +++ b/src/rust/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = ["tor_util"] + +[profile.release] +debug = true +panic = "abort" + |