gnu: Add rust-ident-case-1.

* gnu/pacages/crates-io.scm (rust-ident-case-1): New variable.
This commit is contained in:
Jakub Kądziołka 2020-08-03 20:21:45 +02:00
parent 12c6b558eb
commit fc8374aa11
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -10945,6 +10945,26 @@ (define-public rust-hyper-tls-0.3
(description "Default TLS implementation for use with hyper")
(license (list license:expat license:asl2.0))))
(define-public rust-ident-case-1
(package
(name "rust-ident-case")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "ident_case" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0fac21q6pwns8gh1hz3nbq15j8fi441ncl6w4vlnd1cmc55kiq5r"))))
(build-system cargo-build-system)
(home-page "https://github.com/TedDriggs/ident_case")
(synopsis "Utility for applying case rules to Rust identifiers")
(description
"Utility for applying case rules to Rust identifiers.")
(license (list license:expat license:asl2.0))))
(define-public rust-idna-0.2
(package
(name "rust-idna")