diff options
| author | Max Audron <audron@cocaine.farm> | 2021-11-29 14:27:27 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-11-29 14:28:02 +0100 |
| commit | 9df7c5c0e6d03579fa90735adf316d7e563340d7 (patch) | |
| tree | 43118348a34a8f1715aaa384cc8e966c3af97506 /examples/statetracker/Cargo.toml | |
| parent | add feature list to readme (diff) | |
statetracker: add bufferview widget and do some reorganization
Diffstat (limited to 'examples/statetracker/Cargo.toml')
| -rw-r--r-- | examples/statetracker/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/statetracker/Cargo.toml b/examples/statetracker/Cargo.toml index 3ac9668..8290032 100644 --- a/examples/statetracker/Cargo.toml +++ b/examples/statetracker/Cargo.toml @@ -19,6 +19,8 @@ either = "1" time = "0.2" log = "*" +crossbeam-channel = "0.5" + tokio = { version = "1", features = ["full", "rt-multi-thread"]} tokio-util = { version = "0.6", features = ["codec"] } tokio-rustls = { version = "0.22" } |
