Update dep

This commit is contained in:
Craig Everett 2025-04-11 12:35:15 +09:00
parent 676117760e
commit 50665e4c42
2 changed files with 5 additions and 4 deletions

View File

@ -4,5 +4,6 @@
{applications,[stdlib,kernel]},
{description,"Gajumaru interoperation library"},
{vsn,"0.6.0"},
{modules,[hakuzaru,hz,hz_fetcher,hz_grids,hz_man,hz_sup]},
{modules,[hakuzaru,hz,hz_fetcher,hz_grids,hz_key_master,hz_man,
hz_sup]},
{mod,{hakuzaru,[]}}]}.

View File

@ -2,11 +2,11 @@
{type,app}.
{modules,[]}.
{prefix,"hz"}.
{author,"Craig Everett"}.
{desc,"Gajumaru interoperation library"}.
{author,"Craig Everett"}.
{package_id,{"otpr","hakuzaru",{0,6,0}}}.
{deps,[{"otpr","gmserialization",{0,1,3}},
{"otpr","sophia",{8,0,1}},
{deps,[{"otpr","sophia",{9,0,0}},
{"otpr","gmserialization",{0,1,3}},
{"otpr","gmbytecode",{3,4,1}},
{"otpr","base58",{0,1,1}},
{"otpr","eblake2",{1,0,1}},