sv-parser/Cargo.toml
2019-07-29 18:01:41 +09:00

11 lines
200 B
TOML

[workspace]
members = [
"sv-parser",
"sv-parser-syntaxtree",
"sv-parser-parser",
"sv-parser-macros",
]
[patch.crates-io]
nom_locate = {git = "https://github.com/fflorent/nom_locate"}