Skip to content

Commit acf5a5c

Browse files
committed
feat: Initialize backend project with Cargo.toml including package metadata, dependencies, and binary targets.
1 parent 94544ff commit acf5a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tower_governor = "0.8"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
23-
jsonwebtoken = { version = "10.2", features = ["use_pem"] }
23+
jsonwebtoken = { version = "10.2", features = ["use_pem", "rust_crypto"] }
2424
bcrypt = "0.17"
2525
chrono = { version = "0.4", features = ["serde"] }
2626
dotenv = "0.15"

0 commit comments

Comments
 (0)