diff options
Diffstat (limited to 'src/rust/Cargo.toml')
-rw-r--r-- | src/rust/Cargo.toml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 953c9b96b7..c3e44d2a79 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -1,5 +1,14 @@ [workspace] -members = ["tor_util", "protover", "smartlist", "external", "tor_allocate", "tor_rust"] +members = [ + "crypto", + "external", + "protover", + "smartlist", + "tor_allocate", + "tor_log", + "tor_rust", + "tor_util", +] [profile.release] debug = true |