Skip to content

Commit 42bd860

Browse files
authored
Update Cargo.toml
1 parent 4ab8da7 commit 42bd860

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "hacker"
3-
version = "0.1.0"
3+
version = "1.0.2" # Matches VERSION constant in the code
44
edition = "2021"
5-
description = "A simple package management tool using dnf"
5+
description = "A simple package management tool using apt."
66
authors = ["HackerOS Team <[email protected]>"]
7+
license = "MIT" # Added a common license; change if needed
8+
repository = "https://github.com/HackerOS-Linux-System/Hacker-Package-Manager.git"
79

810
[dependencies]
11+
colored = "2.0" # Required for colored output in the CLI

0 commit comments

Comments
 (0)