You can use ```git submodule```.
It's like a repo in a repo. So when you add your folder, you can keep it separate from the rust project's git repo.
You can use ```git submodule```.
It's like a repo in a repo. So when you add your folder, you can keep it separate from the rust project's git repo.
So I still need to maintain the fork, I just add the fork as the submodule right?
I think so, I I understand right. You have a two forked repos, and you can include one in the other as a submodule. The parent repo just requires a single commit any time the submodule changes and is pulled in.