cat-bookmarker/deps/plug_crypto
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
lib/plug Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.fetch Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.hex Clean up repo and update deps 2024-03-10 11:52:04 -07:00
CHANGELOG.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
hex_metadata.config Clean up repo and update deps 2024-03-10 11:52:04 -07:00
mix.exs Clean up repo and update deps 2024-03-10 11:52:04 -07:00

README.md

Plug.Crypto

Hex.pm Version Build Status

Crypto-related functionality for web applications, used by Plug.

Installation

You can use plug_crypto in your projects by adding it to your mix.exs dependencies:

def deps do
  [{:plug_crypto, "~> 1.0"}]
end

If you're using Plug, you can already use the functionality in plug_crypto since Plug depends on it.

Contributing

We welcome everyone to contribute to Plug.Crypto and help us tackle existing issues!

  • Use the issue tracker for bug reports or feature requests.
  • Open a pull request when you are ready to contribute.
  • Do not update the CHANGELOG.md when submitting a pull request.

License

Plug.Crypto source code is released under Apache License 2.0. Check the LICENSE file for more information.