diff options
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r-- | common/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml index de089d6..0557282 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -5,3 +5,4 @@ edition = "2021" [dependencies] serde = { version = "1.0.152", features = ["derive"] } +bincode = { version = "2.0.0-rc.2", features = ["derive"] } |