Use bincode instead of serde_json in iced_sentinel
This commit is contained in:
parent
4f8ed7d6ee
commit
0870b158d7
4 changed files with 33 additions and 37 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue