aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"