[package] name = "csh" description = """ A simple shell language, written in Rust """ license = "MIT OR Apache-2.0" version = "0.0.0" authors = ["Iovoslav Iovchev "] edition = "2018" readme = "../readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] corroded = { version = "0.0.0", path = "../corroded"}