tinyrick_extras 0.0.3

common tasks for tinyrick projects
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
 "unicode-width",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "tinyrick"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504eac4d92d289782273d1cc4da582078f9b35e85b64c6dddfbf7ed773d7e294"
dependencies = [
 "getopts",
 "lazy_static",
]

[[package]]
name = "tinyrick_extras"
version = "0.0.3"
dependencies = [
 "tinyrick",
]

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