summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-10-19 16:29:04 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-10-19 16:29:42 -0400
commit9222876543c4460ca1d6205f2a6f08fc46b2a2f0 (patch)
tree6ed418c136ce8697bd3302e8caa01e6f8cd2e049 /Cargo.toml
parent6d1619bb66fa1c5416c98c0c3f0ee66769dc3d7f (diff)
Change for binary name
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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"