sv-filelist-parser/Cargo.toml

16 lines
612 B
TOML
Raw Normal View History

2020-01-20 16:43:01 +00:00
[package]
name = "verilog-filelist-parser"
2020-02-20 16:20:42 +00:00
version = "0.1.2"
2020-01-20 16:43:01 +00:00
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
edition = "2018"
license = "MIT"
description = "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"
readme = "README.md"
categories = ["parser-implementations", "parsing", "development-tools"]
keywords = ["verilog", "systemverilog", "filelist"]
2020-01-20 16:43:01 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.0.0"