Skip to content

Commit a800278

Browse files
committed
Create async rust lesson and add chat app backend example
1 parent 6b3b4c0 commit a800278

File tree

17 files changed

+3165
-4
lines changed

17 files changed

+3165
-4
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
2+
"root": "/user",
23
"defaultFile": "src/main.rs",
34
"source": "https://github.com/Cratecode/rust/tree/master/sections/01_rust_projects/030_chat_app_backend",
45
"showShareButton": true,
56
"outputView": "console",
6-
"outputViews": ["console", "web"]
7+
"outputViews": ["console", "web"],
8+
"run": {
9+
"command": {
10+
"value": "cargo run --manifest-path ~/project/user/Cargo.toml\n"
11+
}
12+
},
13+
"commands": {
14+
"0": {
15+
"cmd": "cargo build --manifest-path ~/project/user/Cargo.toml",
16+
"mode": "once"
17+
},
18+
"1": {
19+
"cmd": "echo \"cd /home/user/project/user\" >> /home/user/.bashrc",
20+
"mode": "once"
21+
}
22+
}
723
}

0 commit comments

Comments
 (0)