sv-filelist-parser/Cargo.toml

15 lines
545 B
TOML
Raw Permalink Normal View History

2020-01-20 16:43:01 +00:00
[package]
2022-05-12 16:19:15 +00:00
name = "sv-filelist-parser"
version = "0.1.3"
edition = "2021"
license = "MIT"
2022-05-12 16:19:15 +00:00
description = "A library to parse a SystemVerilog Filelist and return a list of files, include directories and defines"
repository = "https://github.com/supleed2/sv-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"