diff options
author | Vika <vika@fireburn.ru> | 2022-07-10 22:27:55 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-07-10 22:29:29 +0300 |
commit | d8556f4eb27412f60fa48b73b18db0e52d388409 (patch) | |
tree | ab303d1a1e34897c74d643a844260e08b342aa77 /kittybox-rs/indieauth/Cargo.toml | |
parent | 0cae59373c9ab5828804477e8dedc85143ffc224 (diff) | |
download | kittybox-d8556f4eb27412f60fa48b73b18db0e52d388409.tar.zst |
kittybox-indieauth: improve types and make more of them public
Diffstat (limited to 'kittybox-rs/indieauth/Cargo.toml')
-rw-r--r-- | kittybox-rs/indieauth/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |