We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1848a38 commit dbaa647Copy full SHA for dbaa647
1 file changed
Makefile
@@ -15,6 +15,8 @@ start-server:
15
16
install:
17
cargo add axum
18
+ cargo add axum-extra -F cookie
19
+ cargo add time
20
cargo add tokio -F full
21
cargo add tower-http -F "cors"
22
cargo add serde_json
@@ -26,7 +28,6 @@ install:
26
28
cargo add jsonwebtoken
27
29
cargo add argon2
30
cargo add rand_core --features "std"
- cargo add cookie
31
# HotReload
32
cargo install cargo-watch
33
# SQLX-CLI
0 commit comments