aboutsummaryrefslogtreecommitdiff
path: root/src/db/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-10-10 11:42:14 +0000
committerAlex <alex@adnab.me>2023-10-10 11:42:14 +0000
commite75fe2157d0973eb4320bbc87be5e54a1cb91a63 (patch)
treebbecb7fa9f4e7c3f0b4cb82eceff95ef401c04c8 /src/db/Cargo.toml
parent1243db87f2090a3302c7c8beb386e68ddf9b66b5 (diff)
parent2d5d7a703152345f380139fe9314d9e4c29b61ae (diff)
downloadgarage-e75fe2157d0973eb4320bbc87be5e54a1cb91a63.tar.gz
garage-e75fe2157d0973eb4320bbc87be5e54a1cb91a63.zip
Merge pull request 'Move convert_db command into main garage binary' (#645) from convert-db-main-binary into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/645
Diffstat (limited to 'src/db/Cargo.toml')
-rw-r--r--src/db/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/db/Cargo.toml b/src/db/Cargo.toml
index 2f6f06be..fa1a4419 100644
--- a/src/db/Cargo.toml
+++ b/src/db/Cargo.toml
@@ -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"