Files
tn3270s/Cargo.toml
2020-11-11 15:38:01 +01:00

15 lines
360 B
TOML

[package]
name = "tn3270s"
version = "0.1.0"
authors = ["TQ Hirsch <thequux@thequux.com>"]
edition = "2018"
description = "TN3270 telnet server"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libtelnet-rs = "1.1.0"
structopt = "0.3.20"
anyhow = "1.0.33"
thiserror = "1.0.21"
bitflags = "1.2.1"