# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "timemoji" version = "0.2.0" authors = ["Blake Winton "] description = "Some time-based emojis for your prompt. Based on the moonmoji and clockmoji npm projects" homepage = "https://github.com/bwinton/timemoji#timemoji" keywords = ["emoji", "time", "prompt", "moonmoji", "clockmoji"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/bwinton/timemoji" [lib] name = "timemoji" path = "src/main.rs" [[bin]] name = "moonmoji" path = "src/moonmoji.rs" [[bin]] name = "clockmoji" path = "src/clockmoji.rs" [[bin]] name = "timemoji" path = "src/main.rs" [dependencies.chrono] version = "0.4.7" [dependencies.rand] version = "0.7.0"