[package] name = "hkulibrary" version = "0.2.0" edition = "2021" authors = ["adlsdztony "] license = "MIT OR Apache-2.0" description = "a user-friendly client for HKU library" readme = "README.md" homepage = "https://github.com/adlsdztony/hkulibrary" repository = "https://github.com/adlsdztony/hkulibrary" keywords = ["library", "hku", "booking"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] authku = "0.1.4" regex = "^1.8.4" soup = "0.5.1" [dev-dependencies] tokio-test = "0.4"