1[package]
2name = "ex2-surface"
3version = "0.1.0"
4authors = [
5 "Jeremy L Thompson <thompson.jeremy.luke@gmail.com>",
6]
7edition = "2018"
8
9[dependencies]
10structopt = { version = "0.3", default-features = false }
11libceed = { path = "../../../rust/libceed" }
12mesh = { path = "../mesh" }
13