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