[package] name = "biying_cli" version = "0.1.0" edition = "2021" authors = ["Anonymous "] description = "cli for search in biying" readme = "README.md" keywords = ["cli","biying","search"] categories = ["development-tools","command-line-utilities"] license = "MIT" documentation = "https://docs.rs/biying_cli" repository = "https://gitlab.com/andrew_ryan/biying_cli" homepage = "https://dnrops.gitee.io" [dependencies] doe = "0.1.85" reqwest = { version = "0.11.20", features = ["blocking"] } soup = "0.5.1"