12 lines
264 B
TOML
12 lines
264 B
TOML
[package]
|
|
name = "lintc"
|
|
version = "0.2.2"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
built = { version = "0.5", features = ["git2"] }
|
|
|
|
[dependencies]
|