[package] name = "linank" version = "1.0.0" authors = ["Max Kunzelmann "] edition = "2018" license = "MIT" description = "Search words on Linguee and add them to an Anki deck." readme = "ReadMe.md" homepage = "https://gitlab.com/Maaxxs/linank" repository = "https://gitlab.com/Maaxxs/linank" documentation= "https://docs.rs/linank" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.10", features = ["blocking", "json"] } scraper = "0.11.0" clap = "2.33.0" structopt = "0.3.13" clap-verbosity-flag = "0.3.1" log = "0.4.8" simple_logger = "1.6.0"