From 5c7677e5fa134b60c7d4c29d3643125901a31fb8 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 13 Sep 2020 17:58:51 +0200 Subject: WIP rust client --- rust/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 0000000..2c95d3c --- /dev/null +++ b/rust/Cargo.toml @@ -0,0 +1,13 @@ +[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" -- cgit v1.2.3-70-g09d2