summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-07 17:50:12 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-07 17:50:12 +0100
commit7d6dc364dd6c1a1f8d200eaf108e8c56729b17ae (patch)
tree25432d6078eab6b6faedaa8b48d7545e221224c1
parent9c248edfd07867a6e7d7e89b564b58eb88af0c79 (diff)
🛠️chore: update manifest
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0d1230..a9dc316 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,11 @@
name = "zap-rs"
version = "0.1.0"
edition = "2024"
+authors = ["Naz <ndpm13@ch-naseem.com>"]
+description = "Rust-based AppImage package manager inspired by Zap"
+repository = "https://git.ch-naseem.com/ndpm13/zap-rs"
+homepage = "https://git.ch-naseem.com/ndpm13/zap-rs"
+license = "MIT"
[dependencies]
clap = { version = "4.5.41", features = ["derive"] }