leo/docs/grammar/Cargo.toml
2022-09-16 18:19:20 +02:00

26 lines
609 B
TOML

[package]
name = "leo-abnf"
version = "1.5.3"
authors = [ "The Aleo Team <hello@aleo.org>" ]
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",
"zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
rust-version = "1.63"
[dependencies.anyhow]
version = "1.0"
[dependencies.abnf]
version = "0.12.0"