utu 0.0.1

TUI pixel art editor using plain text files
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"

[[package]]
name = "noargs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe77e710319d3ff009f93efc433d879e80e6336f5b87ace6d6db7ca5951085c3"

[[package]]
name = "nojson"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc252af38a3a531016fb3ddbd98e83f11a03baaf1d136ad59e140b06255a1b7"

[[package]]
name = "nopng"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ad67ff1c34777abd18d885fef62baf5f3ebad069a1ff2174b95c4b0a3a06e4e"

[[package]]
name = "orfail"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba2212a0fddd290c8209fb9b0393382435ede29c24a71f245d7fa92f0f3442e"

[[package]]
name = "tuinix"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91fff680c7c85c9807ee4e5f5bc5f65d60b2b7cb08d77c6e41654d5cfcfa09b1"
dependencies = [
 "libc",
]

[[package]]
name = "unicode-width"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"

[[package]]
name = "utu"
version = "0.0.1"
dependencies = [
 "noargs",
 "nojson",
 "nopng",
 "orfail",
 "tuinix",
 "unicode-width",
]