From: Alekos Filini Date: Mon, 14 Sep 2020 12:26:19 +0000 (+0200) Subject: [cargo] Remove the `magic` alias for `repl` X-Git-Tag: v0.1.0~48 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/-sqlite-db-configuration/struct.EncoderStringWriter.html?a=commitdiff_plain;h=c4ff475fb3fcf7625d6bcc97bbd4da4ee09da0fc;p=bdk-cli [cargo] Remove the `magic` alias for `repl` --- diff --git a/Cargo.toml b/Cargo.toml index 8005ed8..75aa449 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"]