# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "calendar-cli" version = "0.1.0" authors = ["Lucas BatagliĆ£o "] description = "A command line calendar" homepage = "https://github.com/batagliao/calendar" readme = "README.md" keywords = [ "cli", "calendar", "tool", "simple", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/batagliao/calendar" [[bin]] name = "calendar" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.crossterm] version = "0.27.0" [dependencies.term_grid] version = "0.2.0" [dependencies.unicode-width] version = "0.1.11"