yepzon-locationer/Cargo.toml

12 lines
285 B
TOML
Raw Normal View History

2020-08-23 00:53:49 +02:00
[package]
name = "thingy"
version = "0.1.0"
authors = ["Teascade <teascade@gmail.com>"]
edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
minreq = { version = "2.2.0", features = ["https", "json-using-serde"] }
chrono = "0.4"
argh = "0.1"