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

[dependencies]
msg_socket2_derive = { path = "derive" }
serde = "1.0.104"
sys_util = { path = "../sys_util" }

bincode = { git = "https://github.com/alyssais/bincode", branch = "from_slice" }