[package]
authors = ["Ilya Bylich <ibylich@gmail.com>"]
description = "Ruby parser nodes data"
edition = "2018"
license = "MIT"
name = "lib-ruby-parser-nodes"
repository = "https://github.com/lib-ruby-parser/nodes"
version = "0.4.0"
[dependencies]
serde = {version = "1.0", features = ["derive"]}
serde_yaml = {version = "0.8.13"}