aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2946d1c..5b28e01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ tokio-uds = "^0.1"
tokio-utun = "^0.1.10"
tokio-signal = "^0.1"
treebitmap = "^0.2"
-x25519-dalek = "^0.1"
+x25519-dalek = { git = "https://github.com/mcginty/x25519-dalek" }
daemonize = { git = "https://github.com/mcginty/daemonize", optional = true }
chrono = { version = "^0.4", optional = true }