yepzon-locationer/thingy_lib/Cargo.toml

10 lines
263 B
TOML
Raw Normal View History

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