-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (21 loc) · 587 Bytes
/
Cargo.toml
File metadata and controls
24 lines (21 loc) · 587 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
[package]
name = "linya"
version = "0.3.1"
authors = ["Colin Woodbury <colin@fosskers.ca>"]
edition = "2021"
description = "Simple concurrent progress bars."
homepage = "https://github.com/fosskers/linya"
repository = "https://github.com/fosskers/linya"
readme = "README.md"
license = "MIT"
keywords = ["cli", "progress", "bar"]
categories = ["command-line-interface"]
exclude = ["screenshots/*"]
[badges]
github = { repository = "fosskers/linya", branch = "master", workflow = "Tests" }
[dependencies]
terminal_size = "0.3"
[dev-dependencies]
curl = "0.4"
rand = "0.8"
rayon = "1.5"