qzed / pbpctrl

Control Google Pixel Buds Pro from the Linux command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider publish `Cargo.lock` for better downstream packaging work.

VergeDX opened this issue · comments

I'm packaging pbpctrl for nixpkgs(https://github.com/NixOS/nixpkgs),
which need Cargo.lock file for deterministic build, otherwise we can only store lock in our repo.
I think publish lock file as author is a better choice : )

I've added the Cargo.lock file.