Constant cargo::sources::registry::PACKAGE_SOURCE_LOCK

source ·
const PACKAGE_SOURCE_LOCK: &str = ".cargo-ok";
Expand description

The .cargo-ok file is used to track if the source is already unpacked. See RegistrySource::unpack_package for more.

Not to be confused with .cargo-ok file in git sources.