diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-02-24 12:50:26 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-08-21 19:08:21 +0800 |
| commit | f27fb840c2d21f7c29db204519ef94f3634e1a55 (patch) | |
| tree | cfcb3cc718b1e97db09d0ae26df273c74a17e932 /Makefile.am | |
| parent | 4e8eab6fe433ada4717250b4a682c4a8c79ced3e (diff) | |
import: crate: Add Cargo.lock parser.
* guix/import/crate/cargo-lock.scm: New file.
* Makefile.am (MODULES): Regisiter it.
* etc/teams.scm (rust)[#:scope]: Add it.
* CODEOWNERS: Add it.
* guix/import/crate.scm (cargo-lock->expressions): New procedure.
* tests/crate.scm (temp-file): New variable.
("crate-lockfile-import"): New test.
Co-authored-by: Murilo <murilo@disroot.org>
Co-authored-by: Luis Guilherme Coelho <lgcoelho@disroot.org>
Change-Id: I95421e9e2ba11a671b4bc4e1323c6d31a1b012c5
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a4cb3629cf0..a5100ccc5ef 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -298,6 +298,7 @@ MODULES = \ | |||
| 298 | guix/import/cpan.scm \ | 298 | guix/import/cpan.scm \ |
| 299 | guix/import/cran.scm \ | 299 | guix/import/cran.scm \ |
| 300 | guix/import/crate.scm \ | 300 | guix/import/crate.scm \ |
| 301 | guix/import/crate/cargo-lock.scm \ | ||
| 301 | guix/import/egg.scm \ | 302 | guix/import/egg.scm \ |
| 302 | guix/import/elm.scm \ | 303 | guix/import/elm.scm \ |
| 303 | guix/import/elpa.scm \ | 304 | guix/import/elpa.scm \ |
