Skip to content

Commit 73e1658

Browse files
committed
3章の他の bin crate とバッティングしないよう、ディレクトリ構造を修正
1 parent 2d88173 commit 73e1658

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

chapter3/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10+
11+
[[bin]]
12+
name = "main_3_1"
13+
path = "src/3_1/main.rs"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)