summaryrefslogtreecommitdiffstats
path: root/crates/rebel-parse/Cargo.toml
blob: 0233af8000a0290e0db1963472e8bfecfd5c140a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "rebel-parse"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
peg = { git = "https://github.com/kevinmehall/rust-peg.git", version = "0.8.2" }
rebel-common = { path = "../rebel-common" }

[dev-dependencies]
clap = { version = "4.0.0", features = ["derive"] }
divan = "0.1.14"

[[bench]]
name = "recipe"
harness = false