leo/linter/Cargo.toml

15 lines
486 B
TOML
Raw Normal View History

2020-08-03 04:06:21 +03:00
[package]
2020-08-21 12:54:04 +03:00
name = "leo-liner"
version = "1.0.0"
2020-08-03 04:06:21 +03:00
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"]
license = "GPL-3.0"
2020-08-03 04:06:21 +03:00
edition = "2018"
[dependencies]