From 2306eef3f8bfc25143921974f53775ad5ab03930 Mon Sep 17 00:00:00 2001 From: pjht Date: Tue, 17 Sep 2024 11:29:06 -0500 Subject: [PATCH] Remove PTY RPC crate --- pty_rpc/Cargo.toml | 6 ------ pty_rpc/src/main.rs | 3 --- 2 files changed, 9 deletions(-) delete mode 100644 pty_rpc/Cargo.toml delete mode 100644 pty_rpc/src/main.rs diff --git a/pty_rpc/Cargo.toml b/pty_rpc/Cargo.toml deleted file mode 100644 index 2b7e606..0000000 --- a/pty_rpc/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -name = "pty_rpc" -version = "0.1.0" -edition = "2021" - -[dependencies] diff --git a/pty_rpc/src/main.rs b/pty_rpc/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/pty_rpc/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}