birthday-reminder/Cargo.toml
2021-09-17 17:57:48 +02:00

15 lines
255 B
TOML

[package]
name = "birthday_reminder"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.2"
[[bin]]
name = "birthday_reminder"
path = "main.rs"