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

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