today/Cargo.toml
2021-11-07 18:40:22 +00:00

11 lines
184 B
TOML

[package]
name = "today"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.45"
chrono = "0.4.19"
codespan-reporting = "0.11.1"
structopt = "0.3.25"
thiserror = "1.0.30"