[package] name = "calendar-cli" edition = "2021" version = "0.1.0" authors = ["Lucas BatagliĆ£o "] description = "A command line calendar" readme = "README.md" homepage = "https://github.com/batagliao/calendar" repository = "https://github.com/batagliao/calendar" keywords = ["cli", "calendar", "tool", "simple"] categories = ["command-line-utilities"] license = "MIT" [[bin]] name = "calendar" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" crossterm = "0.27.0" term_grid = "0.2.0" unicode-width = "0.1.11"