diff options
| author | rtkay123 <dev@kanjala.com> | 2026-03-29 16:51:09 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-03-29 16:51:09 +0200 |
| commit | 3fb3d0214a69017d49c91aa180fb565533edcc54 (patch) | |
| tree | c3618666a7e7c5cbe0f0a4bbf379cc82e4f82e3f /lib/api-config/Cargo.toml | |
| parent | ff3b9fbaf400c344cae67ef9bdc9ba7d5f27b976 (diff) | |
| download | warden-3fb3d0214a69017d49c91aa180fb565533edcc54.tar.bz2 warden-3fb3d0214a69017d49c91aa180fb565533edcc54.zip | |
refactor: use api-config to create schema
Diffstat (limited to 'lib/api-config/Cargo.toml')
| -rw-r--r-- | lib/api-config/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api-config/Cargo.toml b/lib/api-config/Cargo.toml index ec31262..b114944 100644 --- a/lib/api-config/Cargo.toml +++ b/lib/api-config/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true publish.workspace = true [dependencies] +async-trait.workspace = true serde.workspace = true serde_json.workspace = true thiserror.workspace = true |
