[package] name = "rawr" version = "0.1.1" authors = ["Aurora0001 "] license = "MIT" documentation = "https://aurora0001.github.io/rawr/doc/rawr/index.html" repository = "https://github.com/Aurora0001/rawr" description = "Rust API Wrapper for Reddit" build = "build.rs" [build-dependencies] serde_codegen = "0.8" [dependencies] hyper = "0.9.10" serde = "0.7.14" serde_json = "0.7.4"