summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }