aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--bird-machine-macros/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e35c85..336bb83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "bird-machine"
version = "0.0.1"
authors = ["Melody Horn / boringcactus <melody@boringcactus.com>"]
description = "Compile your regular expressions at compile time."
+repository = "https://code.boringcactus.com/bird-machine/"
keywords = ["regex", "proc_macro"]
edition = "2018"
diff --git a/bird-machine-macros/Cargo.toml b/bird-machine-macros/Cargo.toml
index c1464d8..0a832c9 100644
--- a/bird-machine-macros/Cargo.toml
+++ b/bird-machine-macros/Cargo.toml
@@ -3,6 +3,7 @@ name = "bird-machine-macros"
version = "0.0.1"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
description = "proc macros for bird-machine"
+repository = "https://code.boringcactus.com/bird-machine/"
edition = "2018"
[lib]