view examples/json/Cargo.toml @ 25:3a4fbcfc9245

Add JSON example parser prototype Still need to figure out how to fix the recursive problem.
author Lewin Bormann <lewin@lewin-bormann.info>
date Wed, 05 Jun 2019 22:32:39 +0200
parents
children 09d274a46fa4
line wrap: on
line source

[package]
name = "rcombinators_example-json"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

[dependencies]
rcombinators = { path = "../../" }
lazy_static = "1.3"