2020-08-03 04:06:21 +03:00
|
|
|
[package]
|
2020-08-29 08:08:37 +03:00
|
|
|
name = "leo-linter"
|
2020-08-27 11:33:00 +03:00
|
|
|
version = "1.0.1"
|
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]
|