summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e67d97d61495df594ffca2052fcadb7747fe7e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "two_timer"
version = "0.1.0"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
edition = "2018"

[dependencies]
pidgin = "0.2"
lazy_static = "1.2"
chrono = "0.4"
regex = "1"