diff --git a/Cargo.toml b/Cargo.toml index b96a502..5ae9893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rand = "*" serde = "*" serde_derive = "*" term = "*" -termkey-rs = { git = "git://github.com/mathall/termkey-rs.git" } +termkey-rs = { git = "https://github.com/eskutkaan/termkey-rs.git" } tokio = { version = "*", features = ["rt", "time"] } unicode-width = "*" uuid = { version = "*", features = ["v4"] }