mentat/tx/Cargo.toml
Nick Alexander bdb365d3ac Add tx{-parser} crates; start parsing transactions.
This depends on edn and uses the combine parser combinator library.
2017-01-11 16:44:55 -08:00

7 lines
100 B
TOML

[package]
name = "mentat_tx"
version = "0.0.1"
[dependencies]
[dependencies.edn]
path = "../edn"