Skip to content

Commit 0c73435

Browse files
committed
move cli-rs to different directory
1 parent 8a6a86b commit 0c73435

File tree

8 files changed

+9
-2
lines changed

8 files changed

+9
-2
lines changed

cli-book/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[workspace]
2+
resolver = "2"
3+
4+
members = [
5+
"cli-rs",
6+
]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### NOTE:
22

3-
- This project is based on the book **Command-Line Rust: A Project-Based Primer for Writing Rust CLIs** by **Ken Youens-Clark**
3+
- This project is based on the book **Command-Line Rust: A Project-Based Primer for Writing Rust CLIs** by **Ken Youens-Clark**
4+
- Based on **Chapter 1: Truth or Consequences**

projects/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
resolver = "2"
33

4-
members = [ "async-handson-smol", "cli-minigrep", "cli-rs", "closures",
4+
members = [ "async-handson-smol", "cli-minigrep", "closures",
55
"guessing-game", "inline_asm_example", "json_macro", "lint-help", "macro_rules", "strsplit", "tcp_listener", "uds-simulator/uds-simulator", "vec_macro",
66
]

0 commit comments

Comments
 (0)