Reorganize dependencies #373

Merged
lx merged 28 commits from improve-deps into main 2022-09-08 13:45:09 +00:00
Showing only changes of commit 1e92e9f782 - Show all commits

View file

@ -3,5 +3,6 @@ mod common;
mod admin; mod admin;
mod bucket; mod bucket;
#[cfg(feature = "k2v")]
mod k2v; mod k2v;
mod s3; mod s3;