refactor: rename image-storage crate to object-storage
Some checks failed
CI / Check / Test (push) Failing after 44s

This commit is contained in:
2026-06-03 01:37:14 +02:00
parent f262417971
commit 430fbb21ea
13 changed files with 29 additions and 29 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "object-storage"
version = "0.1.0"
edition = "2024"
[dependencies]
domain = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
bytes = { workspace = true }
futures = { workspace = true }
object_store = { workspace = true }
infer = "0.19.0"
[dev-dependencies]
tokio = { workspace = true }
uuid = { workspace = true }