[package] name = "cces" version = "0.1.2" edition = "2021" authors = ["adlsdztony "] license = "MIT OR Apache-2.0" description = "A library to check CCES quota." readme = "README.md" homepage = "https://github.com/adlsdztony/cces" repository = "https://github.com/adlsdztony/cces" keywords = ["hku", "cc"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] scraper = "0.17.1" reqwest = {version = "0.11.20", features = ["blocking", "json"]}