Skip to content

Commit 03fd1b2

Browse files
sandhosereivilibre
authored andcommitted
Read and write users in different tasks
1 parent 9d12d0f commit 03fd1b2

File tree

4 files changed

+316
-252
lines changed

4 files changed

+316
-252
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
@@ -18,6 +18,7 @@ serde.workspace = true
1818
thiserror.workspace = true
1919
thiserror-ext.workspace = true
2020
tokio.workspace = true
21+
tokio-util.workspace = true
2122
sqlx.workspace = true
2223
chrono.workspace = true
2324
compact_str.workspace = true
@@ -26,6 +27,7 @@ futures-util = "0.3.31"
2627
rustc-hash = "2.1.1"
2728

2829
rand.workspace = true
30+
rand_chacha = "0.3.1"
2931
uuid = "1.15.1"
3032
ulid = { workspace = true, features = ["uuid"] }
3133

0 commit comments

Comments
 (0)