[package] name = "dtree" description = "Dialog tree file format + parser + executor" version = "0.1.0" authors = ["Russell Greene "] license-file = "LICENSE" repository = "https://github.com/russelltg/dtree" [dependencies] nom = "^3.2" [lib] name = "dtree" path = "src/lib.rs" [[bin]] name = "dtree" path = "src/bin.rs"