aube-lockfile 1.16.0

Multi-format lockfile reader/writer for Aube (aube-lock, pnpm-lock, package-lock, yarn.lock, bun.lock)
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod dep_path;
mod format;
mod raw;
mod read;
mod write;

#[cfg(test)]
mod tests;

pub use read::parse;
pub use write::write;