private Project — struct
struct Project
Holds all the data needed to represent a Publish “project”.
Project objects can be constructed by either providing a Module or a
Project.toml file.
Project(path, [loaded, parent]; [globals])
A constructor for Project structs. Takes a path representing a
Project.toml file. Optional arguments loaded and parent are for internal
use only.