sv-filelist-parser/Cargo.toml

10 lines
263 B
TOML

[package]
name = "verilog-filelist-parser"
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]
regex = "1.0"