From e34ddc02cb073d762931c2ea5217e7489ef6c4c2 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 19 Oct 2024 19:02:06 -0400 Subject: Rework rust workflow api and add workflow example --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7384893e..04ccb865 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -38,6 +38,7 @@ members = [ "examples/pdb-ng/demo", "examples/template", "examples/test_demangler", + "examples/workflow" ] [profile.release] -- cgit v1.3.1