Skip to content

Commit 86396a3

Browse files
committed
Read and write users in different tasks
1 parent f9df48d commit 86396a3

File tree

4 files changed

+274
-217
lines changed

4 files changed

+274
-217
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/syn2mas/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ serde.workspace = true
1919
thiserror.workspace = true
2020
thiserror-ext.workspace = true
2121
tokio.workspace = true
22+
tokio-util.workspace = true
2223
sqlx.workspace = true
2324
chrono.workspace = true
2425
compact_str.workspace = true
@@ -28,6 +29,7 @@ futures-util = "0.3.30"
2829
rustc-hash = "2.1.1"
2930

3031
rand.workspace = true
32+
rand_chacha = "0.3.1"
3133
uuid = "1.13.1"
3234
ulid = { workspace = true, features = ["uuid"] }
3335

0 commit comments

Comments
 (0)