diff --git a/Cargo.toml b/Cargo.toml index 3f82e2df2f..5781f336bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ path = "src/bin/whoami.rs" [dependencies] argon2rs = { version = "0.2", default-features = false } -arg_parser = { path = "../arg_parser" } +arg_parser = { git = "https://github.com/redox-os/arg-parser.git" } extra = { git = "https://github.com/redox-os/libextra.git" } liner = "0.1" rand = "0.3"