summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-28 18:01:33 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-28 18:49:31 +0800
commit05b7b483056902a07f83bc14f443ab59ce1471d8 (patch)
treee46c9e5e672a6d0e9baf4bca09ea159ad669f881 /Cargo.toml
First version0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
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"] }