aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-07 06:31:13 -0700
committerMelody Horn <melody@boringcactus.com>2021-03-07 06:31:13 -0700
commit22acbd09f089aa3e6310791aee14debb139421e4 (patch)
treeccadf5451c8362dd7d10222ba489dfbc7d4a4ec0
parent42ad3cae0589dfd73412945f680cf1e1ed44377a (diff)
downloadhope-22acbd09f089aa3e6310791aee14debb139421e4.tar.gz
hope-22acbd09f089aa3e6310791aee14debb139421e4.zip
add self-hosted repository link
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7e8543..ae5be6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
edition = "2018"
description = "a framework for implementing node graph based computing with the actor model"
readme = "README.md"
+repository = "https://code.boringcactus.com/hope/"
license-file = "LICENSE.txt"
[dependencies]