In crystal, is there a better way to include large numbers of dependencies for a script, as opposed to lots of require "whatever"
statements at the top?
For example, I'm currently creating a web framework where I'm potentially anticipating a large number of dependencies and would prefer not to have a number of require
statements in each script.