...@@ -4,7 +4,7 @@ description = "An implementation of the p≡p Engine's cryptotech interface usin ...@@ -4,7 +4,7 @@ description = "An implementation of the p≡p Engine's cryptotech interface usin
version = "0.1.0" version = "0.1.0"
authors = ["Neal H. Walfield <neal@pep.foundation>"] authors = ["Neal H. Walfield <neal@pep.foundation>"]
homepage = "https://sequoia-pgp.org/" homepage = "https://sequoia-pgp.org/"
repository = "https://gitea.pep.foundation/neal/pEpEngineSequoiaBackend/" repository = "https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend/"
readme = "README.md" readme = "README.md"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"] categories = ["cryptography", "authentication", "email"]
......
...@@ -13,7 +13,7 @@ You need at least version 1.48 of `rustc` and `cargo`. ...@@ -13,7 +13,7 @@ You need at least version 1.48 of `rustc` and `cargo`.
You can build this library as follows: You can build this library as follows:
``` ```
$ git clone https://gitea.pep.foundation/neal/pEpEngineSequoiaBackend.git $ git clone https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend.git
$ cd pEpEngineSequoiaBackend $ cd pEpEngineSequoiaBackend
$ mkdir -p /tmp/pep_engine_sequoia_backend $ mkdir -p /tmp/pep_engine_sequoia_backend
$ CARGO_TARGET_DIR=/tmp/pep_engine_sequoia_backend cargo build # Add --release for a release build $ CARGO_TARGET_DIR=/tmp/pep_engine_sequoia_backend cargo build # Add --release for a release build
......