@megabyte0x.eth
question for smart contract devs:
is it somehow useful to copy dependencies manually into `src` and using them?
why not direct import from `lib`?
the only reason I think might be because of versioning the dependency, but that can remain constant with foundry.lock right?