UDPConnection/rust_binding/Cargo.toml

12 lines
185 B
TOML
Raw Normal View History

2019-04-17 05:19:28 +00:00
[package]
name = "udpc_rs"
version = "0.1.0"
authors = ["Stephen Seo <seo.disparate@gmail.com>"]
edition = "2018"
[dependencies]
[build-dependencies]
bindgen = "0.42.2"
cmake = "0.1"