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~67 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/language/enum.FromScriptError.html?a=commitdiff_plain;h=ada3ef3aa65245c9e523382295d1e43c7079cb2b;p=bdk [cargo] Explicit Cargo.toml examples --- diff --git a/Cargo.toml b/Cargo.toml index 6cf3607a..d185ad9f 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" +