leo/grammar/Cargo.toml

13 lines
297 B
TOML
Raw Normal View History

[package]
name = "grammar"
version = "0.1.0"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "ABNF to Markdown converter"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
abnf = "0.10.0"
anyhow = "1.0"