event rcv

This commit is contained in:
quantulr
2024-01-18 14:21:54 +08:00
parent fda538adbb
commit 826b670b27
3 changed files with 13 additions and 5 deletions

View File

@ -10,3 +10,4 @@ axum = "0.7.4"
reqwest = { version = "0.11.23", features = [] }
tokio = { version = "1.35.1", features = ["full"] }
tower = "0.4.13"
serde = { version = "1.0.195", features = ["derive"] }