diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-11 10:27:50 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-11 10:27:50 +0200 |
| commit | a4e60c9cce8831a12c7ad9c2d4855a8ebf95d64c (patch) | |
| tree | 1dd2f7b39bacfef1403580b3eff44f2d3d8d0e7e /crates/api-core/Cargo.toml | |
| parent | f06288f156ccb8f9ebf35782a179bf57e6bc8fc2 (diff) | |
| download | sellershut-a4e60c9cce8831a12c7ad9c2d4855a8ebf95d64c.tar.bz2 sellershut-a4e60c9cce8831a12c7ad9c2d4855a8ebf95d64c.zip | |
fix: tests
Diffstat (limited to 'crates/api-core/Cargo.toml')
| -rw-r--r-- | crates/api-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/api-core/Cargo.toml b/crates/api-core/Cargo.toml index ae9f8f7..1283dce 100644 --- a/crates/api-core/Cargo.toml +++ b/crates/api-core/Cargo.toml @@ -9,7 +9,7 @@ homepage.workspace = true [dependencies] axum = { workspace = true, optional = true } -serde.workspace = true +serde = { workspace = true, features = ["derive"] } utoipa = { workspace = true, optional = true } [features] |
