today/Cargo.toml
Joscha 106111e7c6 Design command data types
This design went through a few iterations, and this won't be the last.
2021-11-06 01:16:01 +01:00

7 lines
94 B
TOML

[package]
name = "today"
version = "0.1.0"
edition = "2018"
[dependencies]
chrono = "0.4.19"