Use bincode instead of serde_json in iced_sentinel

This commit is contained in:
Héctor Ramón Jiménez 2024-02-27 16:16:52 +01:00
parent 4f8ed7d6ee
commit 0870b158d7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 33 additions and 37 deletions

View file

@ -16,7 +16,7 @@ iced_core.workspace = true
iced_style.workspace = true
iced_style.features = ["serde"]
serde_json.workspace = true
bincode.workspace = true
futures.workspace = true
log.workspace = true