diff --git a/Cargo.toml b/Cargo.toml index 6280cd5..5671e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,8 @@ members = [ "butane_core", "butane_test_helper", "example", - "examples/*", + "examples/newtype", + "examples/getting_started", ] [workspace.package]