On Tue, 26 Nov 2024 00:24:07 +0100, Klemens Nanni <k...@openbsd.org> wrote: > > > > > 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? >
Not sure, Cargo.lock is a file and the manifest is another name for Cargo.tomp, see: https://doc.rust-lang.org/cargo/reference/manifest.html I haven't found any better name for that file. -- wbr, Kirill