xref: /libCEED/examples/rust/ex1-volume/Cargo.toml (revision 463f56b77330bf7c9fe8b322e88309246ef209d3)
1[package]
2name = "ex1-volume"
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