[package] name = "mp" version = "0.1.0" authors = ["Ho Kim "] edition = "2018" documentation = "https://docs.rs/mp" homepage = "https://github.com/kerryeon/mp" repository = "https://github.com/kerryeon/mp" description = "Universal programming utility for GUI." keywords = [ "machine", "pseudocode", "wasm", ] readme = "README.md" license = "GPL-3.0-only" include = [ "docs/**/*", "src/**/*", # "tests/**/*", "Cargo.toml", "LICENSE", "README.md", ] [dependencies] colored = "1.7" pretty_grammar = "0.1" [profile.release] opt-level = 3 debug = false debug-assertions = false incremental = false lto = true