- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell - .envrc: use flake - config/config.exs: move fetch_env! to runtime.exs (compile-time safe) - config/runtime.exs: all secrets loaded at runtime via env vars - mix.lock: generated after mix deps.get - All 3 apps compile cleanly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
17 lines
698 B
Text
17 lines
698 B
Text
{<<"links">>,
|
|
[{<<"GitHub">>,<<"https://github.com/elixir-plug/plug_crypto">>}]}.
|
|
{<<"name">>,<<"plug_crypto">>}.
|
|
{<<"version">>,<<"2.1.1">>}.
|
|
{<<"description">>,<<"Crypto-related functionality for the web">>}.
|
|
{<<"elixir">>,<<"~> 1.11">>}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/plug">>,<<"lib/plug/crypto">>,
|
|
<<"lib/plug/crypto/key_generator.ex">>,
|
|
<<"lib/plug/crypto/message_encryptor.ex">>,
|
|
<<"lib/plug/crypto/application.ex">>,
|
|
<<"lib/plug/crypto/message_verifier.ex">>,<<"lib/plug/crypto.ex">>,
|
|
<<"mix.exs">>,<<"README.md">>,<<"CHANGELOG.md">>,<<"LICENSE">>]}.
|
|
{<<"app">>,<<"plug_crypto">>}.
|
|
{<<"licenses">>,[<<"Apache-2.0">>]}.
|
|
{<<"requirements">>,[]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|