mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-07 00:00:13 +02:00
Add serde support behind serde feature (#96)
This commit is contained in:
committed by
Carl Lerche
parent
37f6cabd96
commit
b196559818
+2
-1
@@ -22,6 +22,7 @@ categories = ["network-programming", "data-structures"]
|
||||
[dependencies]
|
||||
byteorder = "1.0.0"
|
||||
iovec = "0.1"
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-core = "0.1.0"
|
||||
serde_test = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user