Macro wit_deps::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.