feat(targets): add extension schema adapter (#3385)

This commit is contained in:
安正超
2026-06-12 15:27:55 +08:00
committed by GitHub
parent 7d6d56a547
commit 1e7c376586
5 changed files with 186 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ documentation = "https://docs.rs/rustfs-targets/latest/rustfs_targets/"
[dependencies]
rustfs-config = { workspace = true, features = ["notify", "constants", "audit", "server-config-model"] }
rustfs-ecstore = { workspace = true }
rustfs-extension-schema = { workspace = true }
rustfs-tls-runtime = { workspace = true }
rustfs-s3-types = { workspace = true }
async-trait = { workspace = true }