cst-to-llhd/Cargo.toml

20 lines
331 B
TOML

[package]
name = "x-lint"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "*"
env_logger = "*"
clap = "2"
json = "*"
llhd = "*"
linked_hash_set = "*"
linked-hash-map = "*"
[[bin]]
name = "x-lint"
path = "src/bin/x-lint.rs"