diff options
-rw-r--r-- | Cargo.toml | 1 | ||||
-rw-r--r-- | bird-machine-macros/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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] |