Merge pull request #2 from itsscb/chore--streamline-api
fix: make errors module public again
This commit is contained in:
commit
32ea1371c0
@ -2,7 +2,7 @@
|
|||||||
name = "paseto_maker"
|
name = "paseto_maker"
|
||||||
authors = ["itsscb <dev@itsscb.de>"]
|
authors = ["itsscb <dev@itsscb.de>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/itsscb/paseto_maker"
|
repository = "https://github.com/itsscb/paseto_maker"
|
||||||
description = "This library provides high-level functionality for creating, handling, and managing PASETO tokens."
|
description = "This library provides high-level functionality for creating, handling, and managing PASETO tokens."
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
//!
|
//!
|
||||||
//! This library uses the `rusty_paseto` crate underneath and currently only supports PASETO Tokens V4.public.
|
//! This library uses the `rusty_paseto` crate underneath and currently only supports PASETO Tokens V4.public.
|
||||||
mod claims;
|
mod claims;
|
||||||
mod errors;
|
pub mod errors;
|
||||||
mod maker;
|
mod maker;
|
||||||
|
|
||||||
pub use claims::Claims;
|
pub use claims::Claims;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user