[package] name = "libdarts-sys" version = "0.1.2" edition = "2021" links = "darts" description = "Low level native binding to libdarts library" license = "BSD-3-Clause" authors = ["WhiredPlanck "] repository = "https://github.com/WhiredPlanck/darts-clone-rs" documentation = "https://docs.rs/libdarts-sys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" [build-dependencies] cc = "1.0" [profile.release] lto = true