mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-13 08:47:17 +03:00
26 lines
604 B
TOML
26 lines
604 B
TOML
[package]
|
|
name = "leo-abnf"
|
|
version = "1.7.2"
|
|
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"
|