How do I specify the dependencies of a application (or a program … something that is not a package that will be distributed), so that all the dependent packages can be easily (and automatically) installed in a new environment.
Reading some of the other threads, I get the impression that I should be able to do this by creating a Manifest.toml
file, but I could not find the documentation regarding this.