[package] name = "quadprogpp" version = "0.1.0" edition = "2018" license = "MIT OR Apache-2.0" description = "Rust bindings to QuadProg++" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.15.3" quadprogpp-sys = { version = "0.1", path = "../quadprogpp-sys" } thiserror = "1.0.26" [dev-dependencies] approx = "0.5.0"