leo/linter/Cargo.toml

21 lines
509 B
TOML
Raw Normal View History

dependencies = { }
2020-08-03 04:06:21 +03:00
[package]
2020-08-29 08:08:37 +03:00
name = "leo-linter"
version = "1.2.3"
authors = [ "The Aleo Team <hello@aleo.org>" ]
2020-08-21 12:54:04 +03:00
description = "Linter of 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" ]
2020-08-21 12:54:04 +03:00
license = "GPL-3.0"
2020-08-03 04:06:21 +03:00
edition = "2018"