1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/lockfile
Bartek Iwańczuk bf237c6241
refactor: Move lockfile to a separate crate (#17503)
Moves the lockfile implementation to a separate crate so other projects
like Deploy can use it as well.
2023-01-23 23:41:02 +01:00
..
Cargo.toml refactor: Move lockfile to a separate crate (#17503) 2023-01-23 23:41:02 +01:00
lib.rs refactor: Move lockfile to a separate crate (#17503) 2023-01-23 23:41:02 +01:00
README.md refactor: Move lockfile to a separate crate (#17503) 2023-01-23 23:41:02 +01:00

deno_lockfile

This crate implements the lockfile format used by Deno.