xref: /libCEED/examples/rust/mesh/Cargo.toml (revision 463f56b77330bf7c9fe8b322e88309246ef209d3)
1ded9b81dSJeremy L Thompson[package]
2ded9b81dSJeremy L Thompsonname = "mesh"
3ded9b81dSJeremy L Thompsonversion = "0.1.0"
4ded9b81dSJeremy L Thompsonauthors = [
5ded9b81dSJeremy L Thompson    "Jeremy L Thompson <thompson.jeremy.luke@gmail.com>",
6ded9b81dSJeremy L Thompson]
7ded9b81dSJeremy L Thompsonedition = "2018"
8ded9b81dSJeremy L Thompson
9ded9b81dSJeremy L Thompson[dependencies]
10*463f56b7Sjeremyltlibceed = { path = "../../../rust/libceed" }
11