async mutex

This commit is contained in:
JMARyA 2023-01-25 08:56:14 +01:00
parent cef45e43a6
commit 5895bb7d56
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 7 additions and 2 deletions

View file

@ -17,3 +17,5 @@ serde = {version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
reqwest = "0.11"
maud = "0.24.0"
tokio = { version = "1", features = ["sync"] }