summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2017-04-29 09:15:14 +0200
committerNick Mathewson <nickm@torproject.org>2017-05-19 08:47:10 -0400
commitf8ef7c65d10ccd9403d9d64ceceba0dd74d6421f (patch)
treeba8345086b45682c3f0e586cf7f58db22fa9dbb0 /src/rust/Cargo.lock
parent915fa39d0f927712f7a468c0a2f4497aef0a3b0f (diff)
downloadtor-f8ef7c65d10ccd9403d9d64ceceba0dd74d6421f.tar.gz
tor-f8ef7c65d10ccd9403d9d64ceceba0dd74d6421f.zip
Add some Rust utility functions and print support
This gives an indication in the log that Tor was built with Rust support, as well as laying some groundwork for further string-returning APIs to be converted to Rust
Diffstat (limited to 'src/rust/Cargo.lock')
-rw-r--r--src/rust/Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
new file mode 100644
index 0000000000..4ac9606ce8
--- /dev/null
+++ b/src/rust/Cargo.lock
@@ -0,0 +1,14 @@
+[root]
+name = "tor_util"
+version = "0.0.1"
+dependencies = [
+ "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "libc"
+version = "0.2.22"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[metadata]
+"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502"