xref: /libCEED/examples/rust/ex2-surface/Cargo.toml (revision 947f93aa7135eb1759bf2866bd2fbd481436b113)
1ded9b81dSJeremy L Thompson[package]
2ded9b81dSJeremy L Thompsonname = "ex2-surface"
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*947f93aaSJed Brownclap = { version = "4.0.17", features = ["derive"] }
11463f56b7Sjeremyltlibceed = { path = "../../../rust/libceed" }
12ded9b81dSJeremy L Thompsonmesh = { path = "../mesh" }
13