From: Alekos Filini Date: Tue, 28 Apr 2020 15:28:15 +0000 (+0200) Subject: [cargo] Explicit Cargo.toml examples X-Git-Tag: 0.1.0-beta.1~34 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=46b1320af321365a257d1d7bd97f946b75e466da;p=bdk-cli [cargo] Explicit Cargo.toml examples --- diff --git a/Cargo.toml b/Cargo.toml index 6cf3607..d185ad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,3 +27,16 @@ rustyline = "5.0" # newer version requires 2018 edition clap = "2.33" dirs = "2.0" env_logger = "0.7" + +[[example]] +name = "repl" +[[example]] +name = "psbt" +[[example]] +name = "parse_descriptor" + +# Provide a more user-friendly alias for the REPL +[[example]] +name = "magic" +path = "examples/repl.rs" +