From d8556f4eb27412f60fa48b73b18db0e52d388409 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 10 Jul 2022 22:27:55 +0300 Subject: kittybox-indieauth: improve types and make more of them public --- kittybox-rs/indieauth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kittybox-rs/indieauth/Cargo.toml') diff --git a/kittybox-rs/indieauth/Cargo.toml b/kittybox-rs/indieauth/Cargo.toml index 222d706..80511f9 100644 --- a/kittybox-rs/indieauth/Cargo.toml +++ b/kittybox-rs/indieauth/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dev-dependencies] serde_json = "^1.0.64" # A JSON serialization file format - +serde_urlencoded = "^0.7.0" # `x-www-form-urlencoded` meets Serde [dependencies] rand = "^0.8.5" # Utilities for random number generation data-encoding = "^2.3.2" # Efficient and customizable data-encoding functions like base64, base32, and hex -- cgit 1.4.1