aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-01 16:07:22 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-01 16:07:22 -0600
commit46a6893d6e0646a552e5b7f4086c75e2b745a3bf (patch)
tree96220c9c86fc5d778cb8cda45d9ff15081b4d305 /Cargo.toml
parentbc4e93402ffcb9ad358bb52600c6bbeacae0690b (diff)
downloadbird-machine-46a6893d6e0646a552e5b7f4086c75e2b745a3bf.tar.gz
bird-machine-46a6893d6e0646a552e5b7f4086c75e2b745a3bf.zip
add repo link
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 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"