diff --git a/Cargo.toml b/Cargo.toml index 1bca071..0eb1f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" name = "kuska_ssb" [dependencies] -kuska-handshake = { git = "https://github.com/Kuska-ssb/kuska-handshake", branch = "master" , features=["sync","async_std"] } +kuska-handshake = { git = "https://github.com/Kuska-ssb/handshake", branch = "master" , features=["sync","async_std"] } sodiumoxide = { git = "https://github.com/Dhole/sodiumoxidez", branch = "extra" } base64 = "0.11.0" hex = "0.4.0"