xref: /libCEED/examples/rust/mesh/Cargo.toml (revision 95c5335012e856a33af6aba783b9fc84ad0611ca)
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/libceed" }
11