build: add lib_secp256k1 dep

This commit is contained in:
2026-03-14 03:58:24 +01:00
parent 63d3e7d55f
commit 680a73ee33
4 changed files with 70 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ defmodule Parrhesia.MixProject do
{:bandit, "~> 1.5"},
{:plug, "~> 1.15"},
{:websock_adapter, "~> 0.5"},
{:lib_secp256k1, "~> 0.7"},
# Runtime: storage adapter (Postgres first)
{:ecto_sql, "~> 3.12"},