From b1e19406051360bdf2d50a62886103e290ee336d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 21 Aug 2018 22:21:15 +0200 Subject: Add support for fetching xchan data by address. Not entirely happy with it, have updated the signature of Client::fetch_stream and Client::url to take args, which are left out if they're not serializable (or empty, I hope.) Should probably use an Option instead, or maybe even two entry points for the api. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ec8f852..8713632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ authors = ["haraldei"] [dependencies] reqwest = "0.8" serde = "1.0" +serde_urlencoded = "0.5.1" [dev-dependencies] dotenv = "0.13" -- cgit v1.2.3