init:store

This commit is contained in:
weisd
2024-06-26 15:53:11 +08:00
parent 918a263fd0
commit 03572ebcab
8 changed files with 586 additions and 12 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ http = "1.1.0"
thiserror = "1.0.61"
time = "0.3.36"
async-trait = "0.1.80"
tokio = "1.38.0"
tokio = { version = "1.38.0", features = ["full"] }