biying_cli 0.1.0

cli for search in biying
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "biying_cli"
version = "0.1.0"
edition = "2021"
authors = ["Anonymous <dnrops@outlook.com>"]
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"