xkcd_api 1.0.0

Simple library for handling XKCD API data
Documentation
[package]
name = "xkcd_api"
version = "1.0.0"
authors = ["twotxh <twotxh@gmail.com>"]
edition = "2018"
description = "Simple library for handling XKCD API data"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nanoserde = "0.1.22"
ureq = "2.0.2"