ticker/libticker/Cargo.toml

14 lines
328 B
TOML
Raw Normal View History

2019-10-26 00:19:25 +02:00
[package]
name = "libticker"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
2020-11-04 11:59:07 +01:00
license = "AGPL-3.0-or-later"
license-file = "LICENSE"
2019-10-26 00:19:25 +02:00
[dependencies]
diesel = { version = "~1", features = ["postgres", "chrono"] }
chrono = "~0.4"
serde = { version = "~1.0", features = ["derive"] }
serde_yaml = "~0.8"