Skip to content

Commit

Permalink
cleanup - clean lib-core cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychone committed Dec 16, 2023
1 parent 263678f commit 1d1543c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/libs/lib-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ lib-utils = { path = "../../libs/lib-utils"}
lib-auth = { path = "../../libs/lib-auth"}
# -- Async
tokio = { version = "1", features = ["full"] }
async-trait = "0.1"
# -- Json
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand All @@ -31,8 +30,6 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# -- Others
uuid = {version = "1", features = ["v4","fast-rng",]}
time = {version = "0.3", features = ["formatting", "parsing", "serde"]}
strum_macros = "0.25"
enum_dispatch = "0.3"
derive_more = {version = "1.0.0-beta", features = ["from"] }


Expand Down

0 comments on commit 1d1543c

Please sign in to comment.