aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-26 00:15:32 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-26 00:15:36 -0700
commitc04f8fa3b9c26491884adefa7d2ecacb2b615557 (patch)
tree706b7366495167e5c0b729021520f2ced389eb89 /Cargo.toml
parentd475966f2bea3a4edc7f043c4c9c6617ee4e9bc8 (diff)
downloadgeniza-c04f8fa3b9c26491884adefa7d2ecacb2b615557.tar.gz
geniza-c04f8fa3b9c26491884adefa7d2ecacb2b615557.zip
switch to bnewbold's patched sodiumoxide
... which exposes the stream_xor_ic() family of functions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fbc317..edb9f46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,10 @@ env_logger = "0.3"
rand = "0.3"
protobuf = "1.3"
log = "0.3"
-sodiumoxide = "0.0.15"
+sodiumoxide = "0.0.16"
[dev-dependencies]
tempdir = "0.3"
+
+[patch.crates-io]
+sodiumoxide = { git = 'https://github.com/bnewbold/sodiumoxide-patched', branch = 'stream_xor_ic' }