[package] name = "le-robert" version = "0.1.0" edition = "2021" description = "Get French word definitions, synonyms and use samples from the dictionary Le Robert" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.18", features = ["blocking"] } scraper = "0.16.0"