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.
const PACKAGE_SOURCE_LOCK: &str = ".cargo-ok";
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.