wit_deps

Macro lock

source
macro_rules! lock {
    () => { ... };
    ($dir:literal $(,)?) => { ... };
}
Expand description

Asynchronously ensure dependency manifest, lock and dependencies are in sync. This must run within a tokio context.