diff --git a/Cargo.toml b/Cargo.toml index 40be7c2..61f4322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["seu "] [dependencies] rocket = "0" rocket_codegen = "0" -openpgp = { path = "../sequoia/openpgp" } +openpgp = { git = "https://gitlab.com/sequoia-pgp/sequoia.git" } multipart = "0" error-chain = "0" log = "0"