Update Cargo.toml

This commit is contained in:
howardwu 2020-08-28 22:08:37 -07:00
parent ca9163a9c5
commit 194f1daf42
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1319,7 +1319,7 @@ dependencies = [
]
[[package]]
name = "leo-liner"
name = "leo-linter"
version = "1.0.1"
[[package]]

View File

@ -31,7 +31,6 @@ serde_json = { version = "1.0" }
thiserror = { version = "1.0" }
tracing = { version = "0.1" }
[dev-dependencies]
criterion = { version = "0.3" }

View File

@ -1,5 +1,5 @@
[package]
name = "leo-liner"
name = "leo-linter"
version = "1.0.1"
authors = ["The Aleo Team <hello@aleo.org>"]
description = "Linter of the Leo programming language"