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