1ded9b81dSJeremy L Thompson[package] 2ded9b81dSJeremy L Thompsonname = "ex1-volume" 3*8ec64e9aSJed Brownversion = "0.11.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] 10947f93aaSJed Brownclap = { version = "4.0.17", features = ["derive"] } 11463f56b7Sjeremyltlibceed = { path = "../../../rust/libceed" } 12ded9b81dSJeremy L Thompsonmesh = { path = "../mesh" } 1313f28a1fSJed Brown 1413f28a1fSJed Brown[package.metadata.release] 1513f28a1fSJed Brownrelease = false 16