summaryrefslogtreecommitdiff
path: root/src/rust/crypto
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-18 17:06:18 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-18 17:06:18 -0400
commit5879909826974579c77bce7e270ad4d077b380c7 (patch)
tree51e99d2d80532ecd471dae6522d483b73faeef15 /src/rust/crypto
parent70d91bd059869a0ecf24ceb66942ada4f66f03c9 (diff)
downloadtor-5879909826974579c77bce7e270ad4d077b380c7.tar.gz
tor-5879909826974579c77bce7e270ad4d077b380c7.zip
Revert "Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a"
This reverts commit 70d91bd059869a0ecf24ceb66942ada4f66f03c9.
Diffstat (limited to 'src/rust/crypto')
-rw-r--r--src/rust/crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml
index 9d302ee3ba..c0c5e7bf93 100644
--- a/src/rust/crypto/Cargo.toml
+++ b/src/rust/crypto/Cargo.toml
@@ -4,7 +4,6 @@ authors = ["The Tor Project",
name = "crypto"
version = "0.0.1"
publish = false
-build = "../build.rs"
[lib]
name = "crypto"
@@ -27,3 +26,4 @@ rand_core = { version = "=0.2.0-pre.0", default-features = false }
[features]
testing = ["tor_log/testing"]
+