[package] name = "bili_search" version = "1.0.1" edition = "2021" authors = ["Anonymous "] description = "Command line tools for search bilibili in ternimal" readme = "README.md" keywords = ["bilibili", "search","cli"] categories = ["command-line-utilities"] license = "MIT" documentation = "https://docs.rs/bili_search" repository = "https://framagit.org/zinso/bili_search" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] doe = "0.1.32" reqwest = { version = "0.11.13", features = ["blocking"] } scraper = "0.13.0" regex = "1"