26.11.2024 02:11, Kirill A. Korinsky пишет: > Here a diff for cargo-module. I also added to Cc Sebastien, I hope that it's > ok that I had already cimmited MODCARGO_CARGOLOCK.
OK kn, but let's wait for semarie to chime in. > > Index: share/man/man5/cargo-module.5 > =================================================================== > RCS file: /home/cvs/src/share/man/man5/cargo-module.5,v > diff -u -p -r1.9 cargo-module.5 > --- share/man/man5/cargo-module.5 6 Jan 2024 08:03:31 -0000 1.9 > +++ share/man/man5/cargo-module.5 25 Nov 2024 23:08:57 -0000 > @@ -93,6 +93,10 @@ This module defines: > Path to cargo manifest. > Defaults to > .Pa ${WRKSRC}/Cargo.toml . > +.It Ev MODCARGO_CARGOLOCK > +Path to Cargo.lock. Perhaps "Path to cargo lock" to match the manifest/.toml? > +Defaults to > +.Pa ${MODCARGO_CARGOTOML:toml=lock} . > .It Ev MODCARGO_CRATES > Crates that will be downloaded by the module. > .It Ev MODCARGO_CRATES_UPDATE > >