rosascript 0.1.1

faster dx with obj c ffi bindings
[package]
name = "rosascript"
version = "0.1.1"
edition = "2021"
authors = ["Abel Chalier <abel.chalier@gmail.com>"]
description = "faster dx with obj c ffi bindings"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2"
bytesize = "1.3.0"
once_cell = "1.19.0"
structopt = "0.3.26"
lazy_static = "1.4.0"
bindgen = "0.69.1"

[build]
rustflags = ["-Awarnings"]

[profile.release]
rpath = true
prefer-dynamic=true

[lib]
crate-type = ["lib", "dylib"]
# [lib]
# crate-type = ["lib", "dylib"]