xref: /libCEED/examples/rust/ex1-volume/Cargo.toml (revision eccc2849f69a9f016cade2e1c45046d05a5ce45c)
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" }
12mesh = { path = "../mesh" }
13