Skip to content

Commit 065e555

Browse files
committed
init
0 parents  commit 065e555

File tree

8 files changed

+1227
-0
lines changed

8 files changed

+1227
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
.vscode

Cargo.lock

Lines changed: 349 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "ch8"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
crossterm = "0.19.0"
10+
rand = "0.8.3"
11+
argh = "0.1.4"

0 commit comments

Comments
 (0)