aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d4cc7628d2ae63be4d110e86489541cad0b92307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
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"]
license-file = "LICENSE"
edition = "2018"

[dependencies]
bird-machine-macros = { path = "./bird-machine-macros", version = "0.0.1" }
regex = "1.4"