[package] name = "shelldraw" version = "0.1.0" edition = "2021" repository = "https://github.com/patbeagan1/Open-Source-Requests" readme = "Readme.md" homepage = "https://patbeagan.dev" license-file = "LICENSE.txt" description = "A drawing tool for the command line. It's able to build a single frame from a list of graphics commands, then display that frame on the command line as an image." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"