This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
lintc/Cargo.toml

13 lines
264 B
TOML
Raw Normal View History

2022-01-27 08:01:45 +00:00
[package]
name = "lintc"
2022-01-29 10:24:00 +00:00
version = "0.2.2"
2022-01-27 08:01:45 +00:00
edition = "2021"
build = "build.rs"
2022-01-27 08:01:45 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
built = { version = "0.5", features = ["git2"] }
2022-01-27 08:01:45 +00:00
[dependencies]