diff options
Diffstat (limited to 'src/rust/protover/Cargo.toml')
-rw-r--r-- | src/rust/protover/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/protover/Cargo.toml b/src/rust/protover/Cargo.toml index a8f794f838..04d2f2ed7d 100644 --- a/src/rust/protover/Cargo.toml +++ b/src/rust/protover/Cargo.toml @@ -15,6 +15,9 @@ path = "../external" [dependencies.tor_util] path = "../tor_util" +[dependencies.tor_allocate] +path = "../tor_allocate" + [lib] name = "protover" path = "lib.rs" |