16e82636fb
Add the basic structures for the netinet/in.h header.
13 lines
271 B
TOML
13 lines
271 B
TOML
[package]
|
|
name = "in_h"
|
|
version = "0.1.0"
|
|
authors = ["Dan Robertson <danlrobertson89@gmail.com>"]
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
cbindgen = { path = "../../../cbindgen" }
|
|
|
|
[dependencies]
|
|
platform = { path = "../../platform" }
|
|
socket = { path = "../../socket" }
|