le-robert 0.1.0

Get French word definitions, synonyms and use samples from the dictionary Le Robert
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"