feat: server side basics

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-23 04:13:05 +03:00
parent 5111196588
commit 7f31e76881
11 changed files with 266 additions and 440 deletions

View file

@ -10,3 +10,4 @@ chrono = "0.4.38"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
sha3 = "0.10.8"
tokio = { version = "1.37.0", features = ["full"] }