about summary refs log tree commit diff
path: root/indieauth/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Use workspace dependencies to simplify dependency managementVika2025-01-011-20/+11
| | | | | | | | | | | | | This will reduce risks of dependency duplication in the tree when updating or adding new dependencies, as one could simply inherit from the workspace. `cargo-autoinherit` was considered, but it migrates EVERY single dependency, whereas I'd prefer that only reused dependencies are migrated. Additionally, it doesn't merge features automatically, requiring manual intervention anyway. Change-Id: If0dd19012c723ab71f599119d108e805b2d5e463
* cargo upgradeVika2024-12-301-10/+10
| | | | Change-Id: I3c02e42596d9e307e4f155959ea5f1493322df82
* kittybox-indieauth: switch to dep feature syntaxVika2024-08-191-1/+1
|
* Upgrade dependencies and fix deprecated functionalityVika2024-08-021-2/+2
| | | | | | | I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now.
* kittybox-indieauth: 0.1.0 -> 0.2.0Vika2024-07-091-1/+1
| | | | | | | | | 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.
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+31