-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 641 Bytes
/
Cargo.toml
File metadata and controls
23 lines (21 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
authors = ["Fin Christensen <christensen.fin@gmail.com>", "Johannes Wünsche <johannes.wuensche97@gmail.com>"]
description = "A tmux like multiplexer for gyscos/cursive views"
documentation = "https://docs.rs/cursive-multiplex"
edition = "2018"
keywords = ["cursive", "tui", "terminal", "tiling", "view"]
license = "BSD-3-Clause"
name = "cursive-multiplex"
readme = "README.md"
repository = "https://github.com/deinstapel/cursive-multiplex"
version = "0.7.0"
[dependencies]
cursive_core = "0.4"
thiserror = "1"
indextree = "4.3"
log = "0.4"
[dev-dependencies]
crossbeam = "0.8"
cursive = "0.21"
serde_json = "1"
insta = "1.10.0"