-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 787 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "cursive-async-view"
version = "0.8.0"
authors = ["Fin Christensen <christensen.fin@gmail.com>", "Johannes Wünsche <johannes.wuensche97@gmail.com>"]
edition = "2018"
description = "A loading-screen wrapper for gyscos/cursive views"
license = "BSD-3-Clause"
readme = "README.md"
keywords = ["cursive-views", "cursive", "loading", "progress", "terminal"]
repository = "https://github.com/deinstapel/cursive-async-view"
documentation = "https://docs.rs/cursive-async-view"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cursive_core = "0.4"
log = "0.4"
interpolation = "0.2"
crossbeam = "0.8"
num = "0.4"
send_wrapper = "0.5"
lazy_static = "1.4"
doc-comment = "0.3"
[dev-dependencies]
cursive = "0.21.0"