-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 688 Bytes
/
Cargo.toml
File metadata and controls
22 lines (20 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "spinners"
version = "4.2.0"
edition = "2021"
authors = ["François-Guillaume RIBREAU <github@fgribreau.com>", "jewlexx"]
homepage = "https://github.com/fgribreau/spinners"
repository = "https://github.com/fgribreau/spinners"
readme = "README.md"
documentation = "https://docs.rs/spinners"
description = "🛎 60+ Elegant terminal spinners for Rust"
keywords = ["spinner", "spin", "loader", "term", "terminal"]
categories = ["command-line-interface"]
license = "MIT"
include = ["src/**/*", "README.md"]
[dependencies]
lazy_static = { version = "1.4.0" }
maplit = { version = "1.0.2" }
strum = { version = "0.24.0", features = ["derive"] }
[features]
osc-progress = []