Added a module for use of vault encryption capabilities

This commit is contained in:
Alex Tavarez
2025-09-02 17:46:45 -04:00
parent 7d76b25227
commit 63158c1406

3
lib/sukaato/vault.ex Normal file
View File

@@ -0,0 +1,3 @@
defmodule Sukaato.Vault do
use Cloak.Vault, otp_app: :sukaato
end