xref: /libCEED/examples/rust/mesh/Cargo.toml (revision e15f9bd09af0280c89b79924fa9af7dd2e3e30be)
1[package]
2name = "mesh"
3version = "0.1.0"
4authors = [
5    "Jeremy L Thompson <thompson.jeremy.luke@gmail.com>",
6]
7edition = "2018"
8
9[dependencies]
10libceed = { path = "../../../rust" }
11