summary refs log tree commit diff
path: root/poly_msg_socket/Cargo.toml
blob: 131e7914235399457e0ee473ec75004d66bc8dc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "poly_msg_socket"
version = "0.1.0"
authors = ["Alyssa Ross <hi@alyssa.is>"]
edition = "2018"

[dependencies]
msg_socket = { path = "../msg_socket" }
sys_util = { path = "../sys_util" }
serde = { version = "1.0.104", features = ["derive"] }

# Match msg_socket2's bincode.
bincode = { git = "https://github.com/alyssais/bincode", branch = "from_slice" }