Skip to content

Commit 33383e0

Browse files
authored
generate config (#49)
update workflow udpate dependency Signed-off-by: 191220029 <[email protected]>
1 parent 0518d5e commit 33383e0

File tree

6 files changed

+130
-542
lines changed

6 files changed

+130
-542
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ https://blog.eastonman.com/blog/2021/02/use-perf/
1717
> cargo install flamegraph
1818
```
1919

20-
3. Libraries needed on Linux
21-
```
22-
> apt install libfontconfig1-dev
23-
```
24-
25-
4. Relative dependancies
20+
3. Relative dependancies
2621
python3
2722
kaleido, matplotlib (can be installed with pip...
2823
```
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
name = "helloworld"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello, world!");
3+
}

0 commit comments

Comments
 (0)