# 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 = "newyears" version = "1.0.4" authors = ["Alex Lay-Calvert "] description = "A simple New Year's countdown" homepage = "https://github.com/alex-laycalvert/fun-scripts/tree/main/src/new-years" readme = "README.md" categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://github.com/fun-scripts" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.22.1" [dependencies.figlet-rs] version = "0.1.3" [dependencies.rand] version = "0.8.4"