summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-13 15:45:50 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-03-13 15:52:18 +0100
commitf3da2cfee5469c7db87211c45a535f47456d9425 (patch)
treeac9362905f7eec1d74113fbf31b49bcb15037d74 /Cargo.toml
parent80942fa56215781c38a9289261f4f7d7694891e3 (diff)
Add some metadata and a README with build instructions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1aacaccc..1d9e7b6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,12 @@
name = "sequoia"
version = "0.1.0"
authors = ["Neal H. Walfield <neal@gnu.org>"]
+documentation = "https://docs.sequoia-pgp.org/"
+homepage = "https://sequoia-pgp.org/"
+repository = "https://gitlab.com/sequoia-pgp/sequoia"
+readme = "README.md"
+publish = false # not yet...
+
[workspace]