[package] name = "tumblr" documentation = "https://docs.rs/tumblr" license = "MIT" repository = "https://github.com/mraof/tumblr-rs" description = "Library for working with the tumblr API" version = "0.1.0" authors = ["mraof "] [dependencies] serde = "1" serde_json = "1" serde_derive = "1" oauth-client = "0.3"