summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-16 00:13:17 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-16 00:14:39 -0400
commit1763c0e3c44d5aaca17e944246bef3d4d236c01d (patch)
treeb1b35c1ef9c299945e8bea2d6fd1db8fa0146638 /Cargo.toml
parent0801cd259a5073a694afa839447d6bc5daf0d380 (diff)
Add a README and project metadata.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 70ab851..1ec0475 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,10 @@
[package]
name = "things-to-check"
version = "0.4.1-alpha.0"
+repository = "https://github.com/ojacobson/things-to-check/"
publish = false
authors = ["Owen Jacobson <owen@grimoire.ca>"]
+homepage = "https://things-to-check.herokuapp.com/"
edition = "2018"
[dependencies]