birthday-reminder/Cargo.toml

15 lines
255 B
TOML
Raw Normal View History

2021-09-17 15:57:48 +00:00
[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"