fix: toml

This commit is contained in:
0xMRTT 2023-06-17 15:35:36 +02:00
parent 74c4825dd4
commit 7a490f98e9
Signed by: 0xMRTT
GPG Key ID: 910B287304120902

View File

@ -9,6 +9,6 @@ edition = "2021"
ratmom = "0.1.0"
reqwest = { version = "0.11.18", features = ["json"] }
reqwest-eventsource = "0.4.0"
serde = {"1.0.164", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
tokio = { version = "1", features = ["full"] }