update
This commit is contained in:
30
phoenix/deps/plug_crypto/README.md
Normal file
30
phoenix/deps/plug_crypto/README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Plug.Crypto
|
||||
|
||||
[](https://hex.pm/packages/plug_crypto)
|
||||
[](https://github.com/elixir-plug/plug_crypto/actions?query=workflow%3ACI)
|
||||
|
||||
Crypto-related functionality for web applications, used by [Plug](https://github.com/elixir-plug/plug).
|
||||
|
||||
## Installation
|
||||
|
||||
You can use plug_crypto in your projects by adding it to your `mix.exs` dependencies:
|
||||
|
||||
```elixir
|
||||
def deps do
|
||||
[{:plug_crypto, "~> 2.0"}]
|
||||
end
|
||||
```
|
||||
|
||||
If you're using [Plug](https://github.com/elixir-plug/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](https://github.com/elixir-plug/plug_crypto/issues) for bug reports or feature requests.
|
||||
- Open a [pull request](https://github.com/elixir-plug/plug_crypto/pulls) 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](./LICENSE) file for more information.
|
||||
Reference in New Issue
Block a user