summaryrefslogtreecommitdiffstats
path: root/crates/rebel-parse/Cargo.toml
blob: 29dc1ed9618bed5228b9831d7ba49a3835ade71e (plain)
1
2
3
4
5
6
7
8
9
10
11
[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 = "0.8.2"