me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-ident-case-1.

* gnu/pacages/crates-io.scm (rust-ident-case-1): New variable.
master
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
1 changed files with 20 additions and 0 deletions

View File

@ -10945,6 +10945,26 @@ SystemTime}}.")
(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")