From 896f842ff1fa096b5b07055ba212f68785c321d0 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sun, 9 Apr 2023 00:51:13 -0300 Subject: [PATCH] =?UTF-8?q?changed=20name=20to=20TurboRun=20=F0=9F=8F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c59b653..c288eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,13 @@ [package] -name = "turbo_open" +name = "turborun" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] clap = { version = "4.0", features = ["derive"] } crossterm = "0.23" dialoguer = "0.10.4" + [[bin]] -name = "turbo_open" +name = "turborun" path = "main.rs"