mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-18 09:23:13 +00:00
11 lines
92 B
Rust
11 lines
92 B
Rust
#[macro_use]
|
|
mod common;
|
|
|
|
mod admin;
|
|
mod bucket;
|
|
|
|
mod s3;
|
|
|
|
#[cfg(feature = "k2v")]
|
|
mod k2v;
|