[package] name = "ceres" version = "0.1.0" authors = ["Izzy "] edition = "2018" [dependencies] offbrand = { git = "https://github.com/izzabelle/offbrand" } #offbrand = { path = "../offbrand" } structopt = "0.3.14" ceres-sys = { path = "ceres-sys" } ceres-asm = { path = "ceres-asm" } thiserror = "1.0.20" [workspace] members = [ "ceres-sys", "ceres-asm", ]