[package] name = "claw" version = "0.1.0-alpha2" authors = ["Jill Enke "] description = "Low-level information retrieval library." edition = "2018" license = "MIT" repository = "https://github.com/enkejill/claw" include = ["src/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "0.1" log = "0.4.8" simple-logging = "2.0.2"