root/Cargo.toml

[package]
name = "frdate"
version = "0.1.0"
authors = ["nee <nee-git@patchouli.garden>"]
edition = "2018"
license = "GPL-3.0-or-later"
homepage = "https://patchouli.garden/git/frdate"
keywords = ["date-and-time", "command-line-utilities", "alternative-calendar", "fun", "games"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"

# most optimized, i-dont-care-about-compile-time settings:
[profile.release]
codegen-units = 1
lto = true
strip = true