Added terminal::SendText command, for sending text to the terminal

This commit is contained in:
Mikayla Maki 2022-09-26 20:01:05 -07:00
parent 2ae3fbd6b2
commit 24cc9859c7
3 changed files with 19 additions and 1 deletions

View file

@ -30,6 +30,8 @@ libc = "0.2"
anyhow = "1"
thiserror = "1.0"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }