aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-25 11:56:15 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-25 11:56:30 -0700
commitb33fc28ac95be2a7a93c37073694d576c7ac4870 (patch)
treec2e454e57250ff797eb92ed57fe42bf8d01ac483 /Cargo.toml
parentfbf372144c3468dd00e5b12b63ef6e77634a4500 (diff)
downloadgeniza-b33fc28ac95be2a7a93c37073694d576c7ac4870.tar.gz
geniza-b33fc28ac95be2a7a93c37073694d576c7ac4870.zip
add sodiumoxide crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fb3e9a..5fbc317 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ env_logger = "0.3"
rand = "0.3"
protobuf = "1.3"
log = "0.3"
+sodiumoxide = "0.0.15"
[dev-dependencies]
tempdir = "0.3"