feat(chat): add formatted timestamps with Timex

This commit is contained in:
2024-10-30 23:56:39 +00:00
parent 697ba23614
commit 367f306297
3 changed files with 10 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ defmodule Slax.MixProject do
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:testcontainers, "~> 1.10.0", only: [:dev, :test]},
{:telemetry_metrics, "~> 1.0.0"},
{:telemetry_poller, "~> 1.1.0"}
{:telemetry_poller, "~> 1.1.0"},
{:timex, "~> 3.7.0"}
]
end