diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-04 10:51:18 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-04 10:51:18 +0200 |
| commit | 19c25138f88acf19c9a959a58de4f58e54026ebc (patch) | |
| tree | bd854f20c539770a92fb451503b4c6d132c110a6 /crates/api-base/Cargo.toml | |
| parent | 41d90f42c37df06dabfd717d19f3dc72b5ba2d11 (diff) | |
| download | sellershut-19c25138f88acf19c9a959a58de4f58e54026ebc.tar.bz2 sellershut-19c25138f88acf19c9a959a58de4f58e54026ebc.zip | |
feat: connect to db
Diffstat (limited to 'crates/api-base/Cargo.toml')
| -rw-r--r-- | crates/api-base/Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/crates/api-base/Cargo.toml b/crates/api-base/Cargo.toml deleted file mode 100644 index e15c19b..0000000 --- a/crates/api-base/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "api-base" -version = "0.0.0" -edition = "2024" -license.workspace = true -readme.workspace = true -documentation.workspace = true -homepage.workspace = true - -[dependencies] -axum = { workspace = true, optional = true } -serde.workspace = true -utoipa = { workspace = true, optional = true } - -[features] -axum = ["dep:axum"] -utoipa = ["dep:utoipa", "serde/derive", "axum"] |
