Skip to content

Commit

Permalink
refactor: add missing projects to credits
Browse files Browse the repository at this point in the history
  • Loading branch information
kashike committed Dec 1, 2018
1 parent e48350e commit 3f28064
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions webserver/web/templates/credits.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,22 @@ If paste was a movie, these would be at the end.
Compares unicode strings without factoring in casing.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://github.com/seanmonstar/reqwest">reqwest</a>
</p>
<p>
An easy and powerful Rust HTTP Client.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://github.com/hyperium/mime">mime</a>
</p>
<p>
Support MIME (Media Types) as strong types in Rust.
</p>
</div>
</div>
<!-- column two -->
<div class="tile is-vertical is-parent">
Expand All @@ -301,6 +317,14 @@ If paste was a movie, these would be at the end.
A framework for serialising and deserialising data structures in Rust.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://github.com/andreasots/base32">base32</a>
</p>
<p>
A Rust implementation of base32.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://boats.gitlab.io/failure/">failure</a>
Expand Down Expand Up @@ -382,6 +406,14 @@ If paste was a movie, these would be at the end.
OATH algorithms for two-factor authentication.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://github.com/RustCrypto/hashes">sha2</a>
</p>
<p>
SHA-2 hash functions for Rust.
</p>
</div>
</div>
<!-- column three -->
<div class="tile is-vertical is-parent">
Expand Down Expand Up @@ -474,6 +506,22 @@ If paste was a movie, these would be at the end.
Handles native TLS through one abstract API.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://github.com/DaGenix/rust-crypto">rust-crypto</a>
</p>
<p>
A (mostly) pure-Rust implementation of various cryptographic algorithms.
</p>
</div>
<div class="tile box is-child">
<p class="subtitle is-marginless">
<a href="https://github.com/rust-random/rand">rand</a>
</p>
<p>
A Rust library for random number generation.
</p>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 3f28064

Please sign in to comment.