aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-01 16:12:53 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-01 16:12:53 -0600
commit3e2f8b42a70bf86d1170f50da28c71e0d47bfce8 (patch)
tree99ba5b29ad77585962df7a7ae5104953a5328191 /Cargo.toml
parentadd75f4a865a638e88ccc6b99dfafdbfeacb9be3 (diff)
downloadbird-machine-canon.tar.gz
bird-machine-canon.zip
add ACSLHEADcanon
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 336bb83..d4cc762 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ 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"]
+license-file = "LICENSE"
edition = "2018"
[dependencies]