mentat/tx-parser/Cargo.toml

12 lines
168 B
TOML
Raw Permalink Normal View History

[package]
name = "mentat_tx_parser"
version = "0.0.1"
[dependencies]
combine = "2.1.1"
[dependencies.edn]
path = "../edn"
[dependencies.mentat_tx]
path = "../tx"