From 24207feb7726bd2db97693eb8fdd155d33612574 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 31 Mar 2021 23:04:09 -0600 Subject: basic sketch of general vibe --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..de204ce --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "bird-machine" +version = "0.1.0" +authors = ["Melody Horn / boringcactus "] +description = "Compile your regular expressions at compile time." +keywords = ["regex", "proc_macro"] +edition = "2018" + +[dependencies] +bird-machine-macros = { path = "./bird-machine-macros", version = "0.1.0" } +regex = "1.4" -- cgit v1.2.3