File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,43 @@ Output :-
5353--------------------
5454
5555
56+ __ addition_library project tree structure__
57+
58+ ```
59+ addition_library v0.1.0 () -
60+
61+ ```
62+ __ addition_client project tree structure__
63+
64+ ```
65+ addition_client v0.1.0 () -
66+ `-- addition_library feature "default"
67+ `-- addition_library v0.1.0 () -
68+
69+ ```
70+
71+ __ Repository Tree Structure__
72+
73+ ```
74+ ├── .github
75+ └── workflows
76+ │ └── rust.yml
77+ ├── Application_Requirements.txt
78+ ├── LICENSE
79+ ├── Output1.png
80+ ├── Output2.png
81+ ├── README.md
82+ └── SharedObjectFile
83+ ├── addition_client
84+ ├── .gitignore
85+ ├── Cargo.lock
86+ ├── Cargo.toml
87+ └── src
88+ │ └── main.rs
89+ └── addition_library
90+ ├── .gitignore
91+ ├── Cargo.toml
92+ └── src
93+ └── lib.rs
94+
95+ ```
You can’t perform that action at this time.
0 commit comments