[package] name = "rust-forth-interactive-compiler" version = "0.1.7" authors = ["Frederick Price "] edition = "2018" license = "MIT" description = "A interactive interfaco to the Forth compiler written in Rust" homepage = "https://github.com/rickprice/rust-forth-interactive-compiler" repository = "https://github.com/rickprice/rust-forth-interactive-compiler" keywords = ["forth","compiler"] categories = ["embedded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-forth-compiler = { version = "0.5.3", features = ['enable_reflection'] } #rust-forth-compiler = { features = ['enable_reflection'] ,path="../rust-forth-compiler"} rustyline = "5.0.3"