[package] name = "formal-cli" version = "0.1.0" authors = ["The Formal Programming Language Authors"] description = "The Formal Programming Language CLI" license = "MIT" documentation = "https://doc.formal-lang.org/cli/" categories = ["wasm"] keywords = ["wasm"] repository = "https://github.com/formal-lang/formal" readme = "README.md" edition = "2018" default-run = "formal" [[bin]] name = "formal" path = "src/bin/formal.rs" doc = false [dependencies] formal = { path = "crates/formal", version = "0.1.0" } formal-rt = { path = "crates/formal_rt", version = "0.1.0" }