sv-parser/Cargo.toml
2019-07-11 16:43:51 +09:00

18 lines
384 B
TOML

[package]
name = "sv-parser"
version = "0.1.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/sv-parser"
keywords = []
categories = []
license = "MIT"
readme = "README.md"
description = ""
edition = "2018"
[dependencies]
nom = "5.0.0"
nom_locate = { git = "https://github.com/fflorent/nom_locate" }
str-concat = "*"
node_derive = { path = "./node_derive" }