refactor: removed unused dependencies

This commit is contained in:
2024-02-28 14:40:59 +01:00
parent ac9488b299
commit 74eb3ac4c2
9 changed files with 27 additions and 144 deletions
+1 -2
View File
@@ -17,7 +17,7 @@ use_barrel = ["barrel", "sqlformat"]
default = ["use_barrel"]
[dependencies]
strinto = { path = "./strinto" }
# strinto = { path = "./strinto" }
entity = { path = "./entity" }
rear = { path = "./rear" }
sea-orm = { version = "0.12.10", features = [
@@ -51,7 +51,6 @@ log = "0.4.20"
env_logger = "0.11"
serde_json = "1.0.108"
slug = "0.1.5"
derive_builder = "0.13.0"
async-trait = "0.1.77"
tracing = "0.1.40"
tower-http = { version = "0.5.1", features = ["trace"] }