event type string

This commit is contained in:
quantulr
2024-01-19 17:29:12 +08:00
parent 595f9e9670
commit 6a9a732150
3 changed files with 16 additions and 1 deletions

View File

@ -11,3 +11,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"] }
serde_json = "1.0.111"