Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad authored Sep 20, 2024
1 parent 5dc943d commit 3f6f37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rock-paper-scissors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ name = "rock-paper-scissors"
version = "0.1.0"
edition = "2021"

[lib]
name = "rock-paper-scissors"
path = "src/lib.rs"

[[bin]]
name = "rock-paper-scissors"
path = "src/main.rs"

[dependencies]
rand = "0.8.5"

0 comments on commit 3f6f37c

Please sign in to comment.