Skip to content

Commit ff7c993

Browse files
authored
Update Cargo.toml
1 parent f6c9883 commit ff7c993

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

hacker/atomic/Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
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

Comments
 (0)