[package] name = "ex1-volume" version = "0.1.0" authors = [ "Jeremy L Thompson ", ] edition = "2018" [dependencies] structopt = { version = "0.3", default-features = false } libceed = { path = "../../../rust" } mesh = { path = "../mesh" }