Remove PTY RPC crate

This commit is contained in:
pjht 2024-09-17 11:29:06 -05:00
parent 63012f5e37
commit 2306eef3f8
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A
2 changed files with 0 additions and 9 deletions

View File

@ -1,6 +0,0 @@
[package]
name = "pty_rpc"
version = "0.1.0"
edition = "2021"
[dependencies]

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}