cst-to-llhd/Cargo.toml

22 lines
371 B
TOML
Raw Normal View History

2022-02-11 16:53:53 +08:00
[package]
name = "cst-to-llhd"
2022-02-11 16:53:53 +08:00
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2"
json = "*"
llhd = "*"
2022-03-21 23:26:17 +08:00
log = "*"
regex = "*"
2022-03-25 23:50:09 +08:00
num = "0.3.1"
2022-03-25 23:57:15 +08:00
num-bigint = "0.3.3"
indexmap = "*"
2022-03-21 23:26:17 +08:00
pretty_env_logger = "0.4"
2022-02-26 13:53:11 +08:00
[[bin]]
2022-03-21 23:26:17 +08:00
name = "sv-to-llhd"
path = "src/bin/sv-to-llhd.rs"