summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2022-03-21 14:08:22 +0100
committerDylan DPC <dylan.dpc@gmail.com>2022-03-21 14:10:04 +0100
commitdeadb6a983888851f0219869e5c3698b09ff5cea (patch)
treebf747fa703cdbfbf8699d4057a8f4715b15786db
parent5254dbfd25d5284728ab624dca1969d61427a0db (diff)
downloadrust-installer-deadb6a983888851f0219869e5c3698b09ff5cea.tar.gz
change to rust-installer
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7979528..2e8149d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[[bin]]
doc = false
-name = "fabricate"
+name = "rust-installer"
path = "src/main.rs"
[dependencies]