Skip to content

Commit

Permalink
Chore: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwd committed Jun 5, 2024
1 parent a414ca5 commit 914e83f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
93 changes: 0 additions & 93 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ edition = "2021"
axum = "0.7.4"
axum-extra = { version = "0.9.3", features = ["cookie-signed"] }
bcrypt = "0.15.1"
chrono = { version = "0.4.35", features = ["serde"] }
dotenv = "0.15.0"
jsonwebtoken = "9.3.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sqlx = { version = "0.7.3", features = ["runtime-async-std-native-tls", "postgres", "chrono", "uuid"] }
tokio = { version = "1.4.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["cors"] }
uuid = { version = "1.7.0", features = ["serde", "v4"] }

0 comments on commit 914e83f

Please sign in to comment.