Skip to content

Commit

Permalink
chore(deps): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre committed Jul 11, 2024
1 parent febf35b commit e1e6434
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ publish = false
description = "Hello World - Flareon example."

[dependencies]
flareon = { path = "../../flareon" }
5 changes: 0 additions & 5 deletions flareon-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ description = "Modern web framework focused on speed and ease of use - macros."
proc-macro = true

[dependencies]
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = { version = "2.0.68", features = [
"full",
] }
15 changes: 0 additions & 15 deletions flareon-orm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,3 @@ license.workspace = true
description = "Modern web framework focused on speed and ease of use - ORM."

[dependencies]
chrono = { version = "0.4", default-features = false, features = ["clock"] }
time = { version = "0.3.36", features = ["macros"] }
uuid = { version = "1", features = ["serde", "v4"] }
serde_json = "1"
async-std = { version = "1.8", features = ["attributes"] }
sea-query = "0.31.0-rc.8"
sqlx = "0.7.4"
sea-query-binder = { version = "0.6.0-rc.4", features = [
"sqlx-sqlite",
"with-chrono",
"with-json",
"with-uuid",
"with-time",
"runtime-async-std-native-tls",
] }
3 changes: 0 additions & 3 deletions flareon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ license.workspace = true
description = "Modern web framework focused on speed and ease of use."

[dependencies]
axum.workspace = true
tokio.workspace = true
tower.workspace = true

0 comments on commit e1e6434

Please sign in to comment.