blazelint 0.1.5

A code linter for Ballerina programming language
[[bin]]
name = "blazelint"
path = "src/main.rs"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.tempfile]
version = "3.10"

[package]
authors = ["Chamal Randika Mallawaarachchi, Rukshan Ranasinghe, Subhoda Pathum"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A code linter for Ballerina programming language"
documentation = "https://github.com/RuztyCrabs/Blazelint#readme"
edition = "2021"
homepage = "https://github.com/RuztyCrabs/Blazelint"
license = "MIT"
name = "blazelint"
readme = "README.md"
repository = "https://github.com/RuztyCrabs/Blazelint"
version = "0.1.5"

[[test]]
name = "cli_diagnostics"
path = "tests/cli_diagnostics.rs"