You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
303 B
14 lines
303 B
[package]
|
|
name = "xkcd"
|
|
version = "0.1.0"
|
|
authors = ["Victor Roest <victor@xirion.net>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
openssl-probe = "0.1.2"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.10"
|
|
features = ["blocking", "native-tls", "json"]
|
|
|