xref: /libCEED/examples/rust/ex2-surface/Cargo.toml (revision 8a059566a00d2f44ccef3f872c398f1e412e74dd)
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