random-word-generator 0.1.0

Get a raondom word in different language -- Unofficial
Documentation
[package]
name = "random-word-generator"
version = "0.1.0"
edition = "2021"
description = "Get a raondom word in different language -- Unofficial"
license = "MIT"
homepage = "https://github.com/jacopolucarelli/random-word-generator"
repository = "https://github.com/jacopolucarelli/random-word-generator"
documentation = "https://github.com/jacopolucarelli/random-word-generator"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
random_word = "0.3.0"
reqwest = {version = "0.11", features = ["blocking"]}
scraper = "0.12.0"