[package] name = "inom" version = "0.1.0" edition = "2021" description = "a text parser that converts code or inomscript to runnable rustlang for flow-based devgramming" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.10", features = ["derive"] }