This commit is contained in:
mb 2022-11-04 22:02:21 +01:00
commit 7a0b166b3f
4 changed files with 547 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "rs48-telnet"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rs48_lib = "1.3.1"
termion = "2.0.1"
tokio = { version = "1.21.2", features = ["full"] }