From 665f17de87a4d4122a3a395ddf4c88ed6e220c24 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 20 Apr 2024 12:22:31 +0200 Subject: [PATCH] rename crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1611cf..c5ed7bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "local-db" +name = "twba-local-db" version = "0.2.1" edition = "2021" @@ -23,6 +23,6 @@ re-exports-sea-orm = [] default = ["re-exports-sea-orm"] [[bin]] -name = "local-db" +name = "twba-local-db" required-features = ["build-binary"]