We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6f682 commit e54c70bCopy full SHA for e54c70b
.gitmodules
@@ -16,3 +16,6 @@
16
[submodule "node/blogging-website"]
17
path = node/blogging-website
18
url = https://github.com/Yashkapure06/Blogging-Website
19
+[submodule "rust/fileport"]
20
+ path = rust/fileport
21
+ url = https://github.com/Shridhar-dev/fileport
README.md
@@ -94,6 +94,12 @@ EXAMPLE:
94
| links-card | Webpage to store one's social links |
95
| prook | Simple portfolio webpage built using tailwindCSS |
96
97
+### [rust](/rust/)
98
+
99
+| Project Name (as is) | Description |
100
+| -------------------- | ------------------------------------------------------------ |
101
+| fileport | A CLI tool to transfer your files from one directory to another built with rust|
102
103
## Folder Structure 📁
104
105
```
rust/fileport
0 commit comments