File tree 2 files changed +20
-93
lines changed
listings/ch02-guessing-game-tutorial/listing-02-06
2 files changed +20
-93
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-book"
3
3
version = " 0.0.1"
4
- authors = [" Steve Klabnik <steve@steveklabnik.com>" ]
5
4
description = " The Rust Book"
5
+ edition = " 2018"
6
6
7
7
[[bin ]]
8
8
name = " concat_chapters"
9
9
path = " tools/src/bin/concat_chapters.rs"
10
10
11
+ [[bin ]]
12
+ name = " convert_quotes"
13
+ path = " tools/src/bin/convert_quotes.rs"
14
+
11
15
[[bin ]]
12
16
name = " lfp"
13
17
path = " tools/src/bin/lfp.rs"
@@ -16,6 +20,14 @@ path = "tools/src/bin/lfp.rs"
16
20
name = " link2print"
17
21
path = " tools/src/bin/link2print.rs"
18
22
23
+ [[bin ]]
24
+ name = " release_listings"
25
+ path = " tools/src/bin/release_listings.rs"
26
+
27
+ [[bin ]]
28
+ name = " remove_hidden_lines"
29
+ path = " tools/src/bin/remove_hidden_lines.rs"
30
+
19
31
[[bin ]]
20
32
name = " remove_links"
21
33
path = " tools/src/bin/remove_links.rs"
@@ -25,8 +37,10 @@ name = "remove_markup"
25
37
path = " tools/src/bin/remove_markup.rs"
26
38
27
39
[dependencies ]
28
- walkdir = " 0.1.5"
29
- docopt = " 0.6.82"
30
- rustc-serialize = " 0.3.19"
31
- regex = " 0.1.73"
32
- lazy_static = " 0.2.1"
40
+ walkdir = " 2.3.1"
41
+ docopt = " 1.1.0"
42
+ serde = " 1.0"
43
+ regex = " 1.3.3"
44
+ lazy_static = " 1.4.0"
45
+ flate2 = " 1.0.13"
46
+ tar = " 0.4.26"
You can’t perform that action at this time.
0 commit comments