improvement: get state

This commit is contained in:
timokoesters 2020-05-18 09:22:07 +02:00
parent 6215218c3c
commit 56dd6cb16f
No known key found for this signature in database
GPG key ID: 356E705610F626D5
3 changed files with 85 additions and 5 deletions

View file

@ -24,7 +24,7 @@ log = "0.4.8"
sled = "0.31.0"
directories = "2.0.2"
js_int = "0.1.5"
serde_json = "1.0.53"
serde_json = { version = "1.0.53", features = ["raw_value"] }
serde = "1.0.110"
tokio = { version = "0.2.21", features = ["macros"] }
rand = "0.7.3"