init
This commit is contained in:
commit
7a0b166b3f
4 changed files with 547 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue