mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
optimize packet def (#31)
This commit is contained in:
@@ -56,7 +56,8 @@ crossbeam-queue = "0.3"
|
||||
once_cell = "1.18.0"
|
||||
|
||||
# for packet
|
||||
rkyv = { "version" = "0.7.42", features = ["validation", "archive_le"] }
|
||||
rkyv = { "version" = "0.7.42", features = ["validation", "archive_le", "strict", "copy_unsafe", "arbitrary_enum_discriminant"] }
|
||||
postcard = {"version"= "*", features = ["alloc"]}
|
||||
|
||||
# for rpc
|
||||
tonic = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user