gnu: Add rust-debugger-test-parser-0.1.

* gnu/packages/crates-io.scm (rust-debugger-test-parser-0.1): New
variable.
This commit is contained in:
Efraim Flashner 2022-09-28 18:24:38 +03:00
parent 784f45db06
commit 83dd03f12f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -17047,6 +17047,31 @@ (define-public rust-debug-helper-0.3
the Debug trait manually.")
(license license:expat)))
(define-public rust-debugger-test-parser-0.1
(package
(name "rust-debugger-test-parser")
(version "0.1.3")
(source (origin
(method url-fetch)
(uri (crate-uri "debugger-test-parser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0xcyxw0si7j4h701aksdd08j8jmrzc58833g66wm4xvp592kdrgb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1)
("rust-log" ,rust-log-0.4)
("rust-regex" ,rust-regex-1))))
(home-page
"https://github.com/microsoft/rust_debugger_test/debugger_test_parser")
(synopsis "Library for parsing debugger output")
(description
"This package provides a library for parsing the output of a debugger and
verifying the contents.")
(license (list license:expat license:asl2.0))))
(define-public rust-decimal-2
(package
(name "rust-decimal")