From 3ab28be37b0bc7a46bb68d69bc486c9f63fd199e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 1 Oct 2019 03:07:04 -0400 Subject: rename --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5a709a3..d03861e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "termcast" +name = "shellshare" version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" @@ -15,3 +15,7 @@ tokio = "0.1" tokio-pty-process = "0.4" twoway = "0.2" uuid = { version = "0.7", features = ["v4"] } + +[[bin]] +name = "shsh" +path = "src/main.rs" -- cgit v1.2.3-54-g00ecf