pub fn read_lockfile(root: &Path) -> Result<Option<Lockfile>>
Read drft.lock from the given root directory. Returns Ok(None) if the file doesn’t exist.
drft.lock
Ok(None)