mentat/parser-utils/Cargo.toml
Richard Newman a10f68fdb7 Mark every project as being part of the workspace. r=nalexander
This allows `cargo test --all` to work.
2017-02-20 11:04:08 -08:00

12 lines
234 B
TOML

[package]
name = "mentat_parser_utils"
version = "0.1.0"
authors = ["Victor Porof <vporof@mozilla.com>", "Richard Newman <rnewman@mozilla.com>"]
workspace = ".."
[dependencies]
combine = "2.1.1"
[dependencies.edn]
path = "../edn"