Skip to main content

Module lockfile

Module lockfile 

Source
Expand description

foundry.lock handler type.

Structs§

Lockfile
A lockfile handler that keeps track of the dependencies and their current state.

Enums§

DepIdentifier
Identifies whether a dependency (submodule) is referenced by a branch, tag or rev (commit hash).
LockfileMismatch 🔒
A difference between foundry.lock and an installed dependency submodule.

Constants§

FOUNDRY_LOCK

Functions§

relative_path 🔒

Type Aliases§

DepMap
A type alias for a HashMap of dependencies keyed by relative path to the submodule dir.