sv-filelist-parser/Cargo.toml

10 lines
263 B
TOML
Raw Normal View History

2020-01-20 16:43:01 +00:00
[package]
name = "verilog-filelist-parser"
2020-01-20 16:43:01 +00:00
version = "0.1.0"
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-01-28 17:07:55 +00:00
regex = "1.0"