leo/grammar/Cargo.toml

25 lines
587 B
TOML
Raw Normal View History

[package]
name = "leo-abnf"
version = "1.5.3"
authors = [ "The Aleo Team <hello@aleo.org>" ]
2021-04-09 23:50:39 +03:00
description = "ABNF to Markdown converter for the Leo programming language"
homepage = "https://aleo.org"
repository = "https://github.com/AleoHQ/leo"
keywords = [
"aleo",
"cryptography",
"leo",
"programming-language",
2021-04-09 23:49:11 +03:00
"zero-knowledge"
]
2021-04-09 23:50:39 +03:00
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2018"
2021-06-08 23:15:26 +03:00
[dependencies.anyhow]
version = "1.0"
[dependencies.abnf]
version = "0.12.0"