mentat/parser-utils/Cargo.toml

13 lines
252 B
TOML
Raw Normal View History

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