From e45c115f503644bf621a21f0a03f06f26cdf74f0 Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Fri, 23 Dec 2022 15:46:49 -0700 Subject: [PATCH] rust: add examples/rust/mesh to workspace This is an internal utility crate with no tests there now, but may as well acknowledge that it's there. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ce4d71638f..a987ca8a95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ members = [ "examples/rust/ex2-surface", "examples/rust/ex3-vector-volume", "examples/rust/ex4-vector-surface", + "examples/rust/mesh", ]