Skip to content

Commit 2cf0da7

Browse files
Update README.md
Added Tree Structures.
1 parent e9b3eaf commit 2cf0da7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,36 @@ To save output to a file execute following command.
2929

3030

3131
--------------------
32+
33+
__Project Tree Structure__
34+
35+
```
36+
37+
mp3_metadata_extractor v0.1.0 () -
38+
`-- mp3-metadata feature "default"
39+
`-- mp3-metadata v0.3.4 (https://github.com/GuillaumeGomez/mp3-metadata) -
40+
41+
```
42+
43+
__Repository Tree Structure__
44+
45+
```
46+
├── .github
47+
└── workflows
48+
│ └── rust.yml
49+
├── Application_Requirements.txt
50+
├── LICENSE
51+
├── OUTPUT
52+
├── Output1.png
53+
└── Output2.png
54+
├── README.md
55+
└── mp3_metadata_extractor
56+
├── .gitignore
57+
├── Cargo.lock
58+
├── Cargo.toml
59+
├── Sample.mp3
60+
├── Sample.txt
61+
└── src
62+
└── main.rs
63+
64+
```

0 commit comments

Comments
 (0)