r2r/rcl/Cargo.toml

15 lines
205 B
TOML

[package]
name = "rcl"
version = "0.0.1"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
edition = "2018"
[features]
headers = []
[dependencies]
libc = "0.2.0"
[build-dependencies]
bindgen = "0.50.0"