Skip to content

Commit f9d75ac

Browse files
authored
reverse-string: Added Cargo.toml to config.json (#1439)
To complete this in the browser, the user will need access to Cargo.toml in order to add dependencies.
1 parent 92c409f commit f9d75ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/practice/reverse-string/.meta/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"hunger",
1313
"lutostag",
1414
"ocstl",
15+
"PaulT89",
1516
"petertseng",
1617
"rofrol",
1718
"rrredface",
@@ -22,7 +23,8 @@
2223
],
2324
"files": {
2425
"solution": [
25-
"src/lib.rs"
26+
"src/lib.rs",
27+
"Cargo.toml"
2628
],
2729
"test": [
2830
"tests/reverse-string.rs"

0 commit comments

Comments
 (0)