[package] name = "faclair" version = "0.1.0" authors = ["Paul Woolcock "] edition = "2018" description = "HTTP Client for the learngaelic.scot Scottish Gaelic dictionary" license = "Unlicense" readme = "README.md" keywords = ["api", "web", "wrapper"] categories = ["web-programming", "web-programming::http-client", "api-bindings"] documentation = "https://docs.rs/faclair" [dependencies] derive_more = "0.99.14" serde = { version = "1.0", features = ["derive"] } ureq = { version = "2.1", features = ["json"] }