From 8ee9acc12b9f762bde3b736159d068a5979fba70 Mon Sep 17 00:00:00 2001 From: StNicolay Date: Sun, 11 Jun 2023 15:33:25 +0300 Subject: [PATCH] Removed extra stuff from migration/Cargo.toml --- Cargo.lock | 1 - migration/Cargo.toml | 8 -------- 2 files changed, 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f735ce..372e4e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1154,7 +1154,6 @@ name = "migration" version = "0.2.0" dependencies = [ "sea-orm-migration", - "tokio", ] [[package]] diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 645f0ae..6645b01 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -2,14 +2,6 @@ name = "migration" version = "0.2.0" edition = "2021" -publish = false - -[lib] -name = "migration" -path = "src/lib.rs" - -[dependencies] -tokio = { version = "1.28.1", features = ["macros", "rt"] } [dependencies.sea-orm-migration] version = "0.11.3"