From 9222876543c4460ca1d6205f2a6f08fc46b2a2f0 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 19 Oct 2019 16:29:04 -0400 Subject: Change for binary name --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6f0d2c6a..cd844b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,9 @@ categories = ["command-line-utilities"] description = "A graphical top clone." readme = "README.md" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "btm" +path = "src/main.rs" [dependencies] chrono = "0.4.9" -- cgit v1.2.3