aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 15f7e03f8006993423309af5800464735cd2e956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Igor Pashev <pashev.igor@gmail.com>"]
edition = "2018"
license = "WTFPL"
name = "frotate"
readme = "README.md"
repository = "https://github.com/ip1981/frotate.rs"
version = "0.1.0"

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