aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
blob: 2c95d3c9be23f9ab7065312afe8517a8920a7ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tomsg-rustclient"
version = "0.1.0"
authors = ["Tom Smeding <tom.smeding@gmail.com>"]
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"