[package] name = "wildkit_lib_hac" version = "0.1.1" authors = ["Willow Carlson-Huber "] edition = "2018" description = "A library that gets data from HAC" repository = "https://gitlab.spaghet.us/wildkit/libhac" exclude = [ ".vscode", ".gitlab-ci.yml" ] license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] headless_chrome = "^0.9.0" failure = "^0.1.8"