gentoo / cargo-ebuild

[MIRROR] cargo extension that can generate ebuilds using the in-tree eclasses
https://gitweb.gentoo.org/proj/cargo-ebuild.git
Apache License 2.0
33 stars 10 forks source link

Remove cargo-lock dependency #7

Closed leonardohn closed 3 years ago

leonardohn commented 3 years ago

The generated ebuilds with and without cargo-lock seems to be identical now, so I've dropped cargo-lock dependency.

gyakovlev commented 3 years ago

it may be still required for https://github.com/gentoo/cargo-ebuild/issues/2 as cargo audit uses lockfile

leonardohn commented 3 years ago

I'm closing this due to #15.