From 94864d50f59ae727062a446241606cf90f80c6b6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 14 Oct 2019 01:49:48 -0400 Subject: name change, again --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] edition = "2018" @@ -24,5 +24,5 @@ twoway = "0.2" uuid = { version = "0.7", features = ["v4"] } [[bin]] -name = "shsh" +name = "tt" path = "src/main.rs" -- cgit v1.2.3-54-g00ecf