phase1: add websocket edge and nostr message codec

This commit is contained in:
2026-03-13 19:00:41 +01:00
parent 5e478cd305
commit 953ccb60f4
11 changed files with 360 additions and 4 deletions

View File

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