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/Cargo.toml | |
| parent | 2c336f0339747aa77a8fe6613b83200c8d4902a5 (diff) | |
| download | warden-daeb5311840680599a0ce6e49d181b9289010f68.tar.bz2 warden-daeb5311840680599a0ce6e49d181b9289010f68.zip | |
feat(schema): cursor pagination
Diffstat (limited to 'lib/warden-core/Cargo.toml')
| -rw-r--r-- | lib/warden-core/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/warden-core/Cargo.toml b/lib/warden-core/Cargo.toml index 49b7186..c9b1aa7 100644 --- a/lib/warden-core/Cargo.toml +++ b/lib/warden-core/Cargo.toml @@ -9,12 +9,14 @@ homepage.workspace = true publish.workspace = true [dependencies] +base64.workspace = true clap = { workspace = true, features = ["derive", "env"] } serde = { workspace = true, features = ["derive"] } thiserror.workspace = true tracing.workspace = true tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } url = { workspace = true, features = ["serde"] } +utoipa.workspace = true [dependencies.sqlx] workspace = true |
