summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:24:31 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:54:04 +0100
commit00379cb1cb9d0b38cdb7b50e5471b45b1ebecd23 (patch)
tree96e9eeb3257fcff8fe4d972eb5f9d3ed096160ad /net/Cargo.toml
parent552350974b008e5de4b92a2c063927066f213df1 (diff)
Rename the openpgp crate to sequoia-openpgp.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 7b78d459..1c9d7f80 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -20,7 +20,7 @@ gitlab = { repository = "https://gitlab.com/sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-openpgp = { path = "../openpgp" }
+sequoia-openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
capnp-rpc = "0.9"