[package] name = "unicode-canvas" version = "0.1.1" authors = ["Jovansonlee Cesar "] edition = "2018" license = "MIT" description = "A library for creating text base drawing" repository = "https://github.com/ivanceras/ito-canvas" documentation = "https://docs.rs/ito-canvas" keywords = ["text", "tui", "canvas", "widget"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0"