[package] name = "xatcoder" version = "0.1.0" edition = "2021" repository = 'https://github.com/mei28/xatcoder' description = "A CLI tool for scraping and copying web content." license = "MIT" [dependencies] reqwest = { version = "0.11", features = ["blocking", "cookies"] } scraper = "0.13" clipboard = "0.5" anyhow = "1.0"