mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
19 lines
311 B
TOML
19 lines
311 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",
|
|
"leo-abnf"
|
|
]
|
|
|
|
[dependencies]
|
|
abnf = "0.10.0"
|
|
anyhow = "1.0"
|