mirror of
https://github.com/supleed2/sv-filelist-parser.git
synced 2024-11-10 01:35:49 +00:00
13 lines
466 B
TOML
13 lines
466 B
TOML
[package]
|
|
name = "verilog-filelist-parser"
|
|
version = "0.1.0"
|
|
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
decription = "A library to parse a Verilog Filelist and return a list of files, include directories and defines"
|
|
repository = "https://github.com/Raamakrishnan/verilog-filelist-parser"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1.0.0" |