opensourcecheemsburgers / RustyTube

A rusty Youtube client.
GNU Affero General Public License v3.0
578 stars 31 forks source link

Add lockfiles to VSC #21

Open ehllie opened 8 months ago

ehllie commented 8 months ago

I would love to package this program in nixpkgs, but the lockfiles not being tracked by git makes it impossible without creating a downstream patch. Without the lockfile the build is simply not deterministic. It would help a lot if you could remove Cargo.lock and package-lock.json from the .gitignore and track those files with source control.