12 lines
285 B
TOML
12 lines
285 B
TOML
[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" |