Skip to content

Commit 4ab8da7

Browse files
authored
Create Cargo.toml
1 parent 940ef02 commit 4ab8da7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cybersecurity/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "hacker"
3+
version = "1.0.2" # Matches VERSION constant in the code
4+
edition = "2021"
5+
description = "A simple package management tool using apt."
6+
authors = ["HackerOS Team <[email protected]>"]
7+
license = "MIT" # Added a common license; change if needed
8+
repository = "https://github.com/hackeros/hacker" # Optional: add if you have a repo
9+
10+
[dependencies]
11+
colored = "2.0" # Required for colored output in the CLI

0 commit comments

Comments
 (0)