Skip to content

Commit

Permalink
bring back tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 23, 2024
1 parent f1f0ea8 commit aac3dba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ sea-orm = { version = "1.1.0", default-features = false, features = ["macros"] }
validator = { version = "0.18" }
include_dir = "0.7.3"

tokio = { version = "1.33.0" }

axum = { version = "0.7.5", features = ["multipart"] }
axum_session = { version = "0.10.1", default-features = false }

Expand Down

0 comments on commit aac3dba

Please sign in to comment.