diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-01 09:05:33 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-01 09:05:33 +0200 |
| commit | daeb5311840680599a0ce6e49d181b9289010f68 (patch) | |
| tree | d0c9c040ca003a6d431781b867c4290cbe5c9ef2 /lib/warden-core/src/lib.rs | |
| parent | 2c336f0339747aa77a8fe6613b83200c8d4902a5 (diff) | |
| download | warden-daeb5311840680599a0ce6e49d181b9289010f68.tar.bz2 warden-daeb5311840680599a0ce6e49d181b9289010f68.zip | |
feat(schema): cursor pagination
Diffstat (limited to 'lib/warden-core/src/lib.rs')
| -rw-r--r-- | lib/warden-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/warden-core/src/lib.rs b/lib/warden-core/src/lib.rs index f200ba1..627659e 100644 --- a/lib/warden-core/src/lib.rs +++ b/lib/warden-core/src/lib.rs @@ -1,3 +1,4 @@ mod error; pub use error::WardenError; pub mod config; +pub mod pagination; |
