summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 38d9fa4e467762491700901f381bc23da8607cc5 (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.1"
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"] }