Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
refactor: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 25, 2024
1 parent ee7cc2b commit 575b5ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
35 changes: 2 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ async-graphql = { version = "7.0.7", features = [
"tracing",
"tempfile",
], default-features = false }
anyhow = "1.0.86"
async-graphql-poem = "7.0.7"
chrono = { version = "0.4.38", features = ["std"], default-features = false }
ecow = "0.2.2"
include_dir = { version = "0.7.4", features = ["nightly"], optional = true }
poem = "3.0.4"
serde = { version = "1.0.209", features = ["derive"] }
sqlx = { version = "0.8", features = [
Expand Down Expand Up @@ -58,12 +56,9 @@ opt-level = 3

[features]
# Run the integration tests related to PostgreSQL.
test_database = ["seeder"]
# Build the seeder.
seeder = ["dep:include_dir"]
test_database = []

[dev-dependencies]
uuid = { version = "1.10.0", features = ["v4"] }
sqlx = { version = "0.8", features = ["migrate"] }

[build-dependencies]
Expand Down

0 comments on commit 575b5ec

Please sign in to comment.