diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-07 18:07:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-07 18:07:55 +0100 |
commit | 58ec2abe1a805d0fe6c86ab009f6947adbd9ca2b (patch) | |
tree | 1060640d08de00ddf59aa6f2d213061ff0db27aa /Cargo.toml | |
parent | 32a0fbcbd919ec45bb6380352190115f701f2c91 (diff) | |
download | netapp-58ec2abe1a805d0fe6c86ab009f6947adbd9ca2b.tar.gz netapp-58ec2abe1a805d0fe6c86ab009f6947adbd9ca2b.zip |
Small changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] } |