Skip to content

Commit df3389c

Browse files
authored
Merge pull request #106 from rustlings/new
rustlings v2
2 parents 5a67107 + 92072f3 commit df3389c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+541
-586
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
*.swp
22
target/
3+
**/*.rs.bk
4+
Cargo.lock
5+
.DS_Store

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[package]
22
name = "rustlings"
33
version = "0.1.0"
4-
authors = ["Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
4+
authors = ["olivia <819880950@qq.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com"]
5+
edition = "2018"
56

67
[dependencies]
7-
handlebars = "0.32.0"
8-
serde_json = "1.0.10"
9-
prlink = { git = "https://github.com/btbytes/prlink" }
8+
clap = "2.32.0"
9+
indicatif = "0.9.0"
10+
console = "0.6.2"
11+
syntect = "3.0.2"
12+
notify = "4.0.0"

README-template.hbs

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)