aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-14 01:49:48 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-14 01:49:48 -0400
commit94864d50f59ae727062a446241606cf90f80c6b6 (patch)
tree08d0006973d671fd5289207b33dc0d4d5361ded4 /Cargo.toml
parentcb0bf34cdd7cc6f8f3bfc6c19d74d5ac1454c904 (diff)
downloadteleterm-94864d50f59ae727062a446241606cf90f80c6b6.tar.gz
teleterm-94864d50f59ae727062a446241606cf90f80c6b6.zip
name change, again
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4f9316..499bef9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "shellshare"
+name = "teleterm"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
@@ -24,5 +24,5 @@ twoway = "0.2"
uuid = { version = "0.7", features = ["v4"] }
[[bin]]
-name = "shsh"
+name = "tt"
path = "src/main.rs"