diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-17 13:01:37 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-17 13:01:37 +0200 |
commit | a1cec2cd60d64208caa2cbd11d8e6f885e80f630 (patch) | |
tree | d4e73ac7a8b1e90a998cf2795e20f95a0be9b871 /src/util/lib.rs | |
parent | b66f247580dcfb733718949c35240500903a0802 (diff) | |
download | garage-a1cec2cd60d64208caa2cbd11d8e6f885e80f630.tar.gz garage-a1cec2cd60d64208caa2cbd11d8e6f885e80f630.zip |
Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r-- | src/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs index c9110fb2..15f0f829 100644 --- a/src/util/lib.rs +++ b/src/util/lib.rs @@ -10,7 +10,6 @@ pub mod crdt; pub mod data; pub mod encode; pub mod error; -pub mod formater; pub mod forwarded_headers; pub mod metrics; pub mod migrate; |