blob: ea264625890a24fe2747409ed28e07fdc633e493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "just_progress"
authors = ["Weicao-CatilGrass"]
description = "Just a progress display tool"
version = "0.1.2"
edition = "2024"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/just_progress"
[dependencies]
tokio = { version = "1", features = ["sync"] }
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
|