diff options
author | Vika <vika@fireburn.ru> | 2024-07-09 01:52:53 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-07-09 01:54:14 +0300 |
commit | 644e19aa08b2629d4b69281e14d702f0b9673687 (patch) | |
tree | 2744a907b6992b4a37ffba1d7be4bae00f0a59c0 /templates-neo | |
parent | 6479b49c14a2c22a1c5de0d5158726d0b5b8c39b (diff) | |
download | kittybox-644e19aa08b2629d4b69281e14d702f0b9673687.tar.zst |
kittybox-indieauth: 0.1.0 -> 0.2.0
Added fundamental AutoAuth types. This library can now be used to augment existing authorization and token endpoints with AutoAuth capabilities. See https://github.com/sknebel/AutoAuth/blob/master/AutoAuth.md for the latest spec draft.
Diffstat (limited to 'templates-neo')
-rw-r--r-- | templates-neo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index 09abbfb..98e70a7 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -32,7 +32,7 @@ features = ["serde"] version = "0.1.0" path = "../util" [dependencies.kittybox-indieauth] -version = "0.1.0" +version = "0.2.0" path = "../indieauth" [dependencies.microformats] version="^0.3.0" \ No newline at end of file |