aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/Cargo.lock')
-rw-r--r--src/rust/Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 224d2135bf..116ef17f1c 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -4,6 +4,7 @@ version = "0.0.1"
dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tor_allocate 0.0.1",
+ "tor_log 0.1.0",
]
[[package]]
@@ -26,6 +27,7 @@ dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
"smartlist 0.0.1",
"tor_allocate 0.0.1",
+ "tor_log 0.1.0",
"tor_util 0.0.1",
]
@@ -44,6 +46,14 @@ dependencies = [
]
[[package]]
+name = "tor_log"
+version = "0.1.0"
+dependencies = [
+ "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tor_allocate 0.0.1",
+]
+
+[[package]]
name = "tor_rust"
version = "0.1.0"
dependencies = [