We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c9883 commit ff7c993Copy full SHA for ff7c993
hacker/atomic/Cargo.toml
@@ -1 +1,10 @@
1
-
+[package]
2
+name = "hacker"
3
+version = "1.1.0"
4
+edition = "2021"
5
+[dependencies]
6
+clap = { version = "4.5", features = ["derive"] }
7
+colored = "2.1"
8
+uuid = { version = "1.10", features = ["v4"] }
9
+rand = "0.8.5"
10
+chrono = "0.4"
0 commit comments