[package] name = "tomsg-rustclient" version = "0.1.0" authors = ["Tom Smeding "] edition = "2018" [dependencies] tomsg-rs = { git = "https://github.com/lieuwex/tomsg-rs" } termion = "1.5" tokio = { version = "0.2", features = ["rt-threaded"] } futures = "0.3" once_cell = "1.4" unicode-width = "^0.1.8" users = "0.10" dirs = "3.0" rand = "0.7" argparse = "0.2" libc = "^0.2.79"