Skip to content

Commit

Permalink
added dev dep to warp
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Sep 6, 2024
1 parent 3108ee5 commit 617debc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ features = ["derive"]
version = "0.12"
default-features = false
features = ["json"]

[dev-dependencies]
warp = "0.3"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ mod token_introspection;
mod userinfo;
pub mod validation;

#[cfg(any(feature = "uma2", doc))]
/// UMA2 OIDC/OAuth2 extension.
///
/// See [Federated Authorization for User-Managed Access (UMA) 2.0](https://docs.kantarainitiative.org/uma/wg/oauth-uma-federated-authz-2.0-09.html)
#[cfg(any(feature = "uma2", doc))]
pub mod uma2;

pub use ::biscuit::jws::Compact as Jws;
Expand Down

0 comments on commit 617debc

Please sign in to comment.