xref: /libCEED/examples/rust/mesh/Cargo.toml (revision 72d03b64dfaace424f74301442c9d3d26107f190)
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