diff --git a/Cargo.toml b/Cargo.toml index 8005ed8e..75aa4496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,12 +76,6 @@ name = "miniscriptc" path = "examples/compiler.rs" required-features = ["compiler"] -# Provide a more user-friendly alias for the REPL -[[example]] -name = "magic" -path = "examples/repl.rs" -required-features = ["cli-utils"] - [workspace] members = ["macros", "testutils", "testutils-macros"]