summary refs log tree commit diff
path: root/poly_msg_socket/Cargo.toml
blob: acc671e711752aa81ab60016b6c63a8304e41cec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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" }
bincode = "1.2.1"
serde = { version = "1.0.104", features = ["derive"] }