[][src]Module polyhorn_cli::core::tasks

Tasks and context relevant for building and running on any platform.

Structs

Dependency

Dependency that must be installed.

DependencyCheck

Check that will be used to determine if a dependency is installed.

InstallDependencies

This task checks if all dependencies exist and if necessary, installs the dependencies that weren't found.

InstallTarget

This task installs a target with the given name using rustup, if necessary.