yepzon-locationer/thingy_lib/Cargo.toml

10 lines
263 B
TOML

[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"