Move convert_db command into main garage binary

This commit is contained in:
Alex Auvolat
2023-10-10 12:06:27 +02:00
parent 1243db87f2
commit 2d5d7a7031
5 changed files with 32 additions and 30 deletions
-5
View File
@@ -11,11 +11,6 @@ readme = "../../README.md"
[lib]
path = "lib.rs"
[[bin]]
name = "convert"
path = "bin/convert.rs"
required-features = ["cli"]
[dependencies]
err-derive = "0.3"
hexdump = "0.1"