aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-12-07 18:07:55 +0100
committerAlex Auvolat <alex@adnab.me>2020-12-07 18:07:55 +0100
commit58ec2abe1a805d0fe6c86ab009f6947adbd9ca2b (patch)
tree1060640d08de00ddf59aa6f2d213061ff0db27aa /Cargo.toml
parent32a0fbcbd919ec45bb6380352190115f701f2c91 (diff)
downloadnetapp-58ec2abe1a805d0fe6c86ab009f6947adbd9ca2b.tar.gz
netapp-58ec2abe1a805d0fe6c86ab009f6947adbd9ca2b.zip
Small changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e018af7..20f69f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,6 @@ bytes = "0.6.0"
lru = "0.6"
sodiumoxide = { git = "https://github.com/Dhole/sodiumoxidez", branch = "extra" }
-#kuska-handshake = { path = "../handshake", features = ["default", "tokio_compat"] }
-kuska-handshake = { git = "https://github.com/kuska-ssb/handshake", branch = "master", features = ["default", "tokio_compat"] }
+kuska-handshake = { path = "../handshake", features = ["default", "tokio_compat"] }
+#kuska-handshake = { git = "https://github.com/kuska-ssb/handshake", branch = "master", features = ["default", "tokio_compat"] }