aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6cf0f55e275be2ecce68248c40c5347400524857 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Igor Pashev <pashev.igor@gmail.com>"]
license = "WTFPL"
name = "frotate"
version = "0.1.0"

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
docopt = "1"
serde = { version = "1", features = ["derive"] }