From 05b7b483056902a07f83bc14f443ab59ce1471d8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 28 Feb 2026 18:01:33 +0800 Subject: First version --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..38d9fa4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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"] } -- cgit