mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
* docs(storage-api): document filemeta dependency as known limitation Add comment explaining why storage-api depends on filemeta and the scope of work required to break this dependency (300+ files). Refs https://github.com/rustfs/backlog/issues/731 * docs(storage-api): remove backlog link from comment
This commit is contained in:
@@ -29,6 +29,9 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
# NOTE: This dependency on rustfs-filemeta is a known architectural limitation.
|
||||
# The replication types (ReplicationStatusType, VersionPurgeStatusType, ReplicationState)
|
||||
# are shared between storage-api and filemeta. Moving them would require changes in 300+ files.
|
||||
rustfs-filemeta.workspace = true
|
||||
serde.workspace = true
|
||||
time.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user