leo/docs/grammar/Cargo.toml
2024-05-13 13:36:45 -07:00

26 lines
605 B
TOML

[package]
name = "leo-abnf"
version = "1.12.0"
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 = [ "compilers", "cryptography", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
rust-version = "1.69"
[dependencies.anyhow]
version = "1.0"
[dependencies.abnf]
version = "0.13.0"