Hi, I want to make the structure of files and folders in the project so that large parts of the application are in folders. How can I do this without creating the file Forc.toml
and linking it to each folder in the main file Forc.toml
main.sw
structs/
struct1.sw
struct2.sw
struct3.sw
mod.sw
functions
fn1.sw
fn2.sw
mod.sw
abi.sw
...
Can you please send me a tutorial or a repository so I can figure out how to do it?