Artifact 96a8b383d3ea5670656df433c0727cf1d8ffa48e:
- File Cargo.toml — part of check-in [b318be645a] at 2017-03-16 14:57:33 on branch trunk — Use `cplex-sys` crate for interfacing with cplex. (user: fifr size: 292)
[package] name = "bundle" version = "0.3.0" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] #build = "build.rs" [dependencies] libc = "^0.2.6" quick-error = "^1.1.0" log = "^0.3.6" cplex-sys = { version = "^0.1", path = "../cplex-sys" } [dev-dependencies] env_logger = "^0.4.1"