finish up section 2.4, rustfmt
[monkey-rs.git] / Cargo.toml
blob8911e27e557f5c0d3d7670270cfe9de80aafd19f
1 [package]
2 name = "monkey"
3 version = "0.1.0"
4 authors = ["Christian Carter <cdcarter@gmail.com>"]
5 edition = "2018"
6 description = "a rust implementation of the monkey language"
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 [dependencies]
11 clap = "2.25.0"