[package] name = "libjokes" version = "0.1.2" authors = ["Eric S. Londres "] edition = "2018" description = "a library that provides randomized jokes" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/slondr/libjokes" homepage = "https://gitlab.com/slondr/libjokes" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["blocking", "json"] } json = "0.12.4"