leo/grammar/Cargo.toml
2021-04-09 13:49:11 -07:00

18 lines
297 B
TOML

[package]
name = "leo-abnf"
version = "1.2.3"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "ABNF to Markdown converter"
edition = "2018"
keywords = [
"aleo",
"cryptography",
"leo",
"programming-language",
"zero-knowledge"
]
[dependencies]
abnf = "0.10.2"
anyhow = "1.0"