Initial commit

This commit is contained in:
2025-08-31 00:52:40 +02:00
parent 6edb90f4d7
commit 52eaa0cf95
3 changed files with 7 additions and 1 deletions

Submodule Chaos.NaCl deleted from 2c861348dc

View File

@@ -53,6 +53,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\UmbraAPI\MareSynchronosAPI\MareSynchronos.API.csproj" /> <ProjectReference Include="..\UmbraAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
<ProjectReference Include="..\..\UmbraCrypt\UmbraCrypt\UmbraCrypt.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -524,6 +524,12 @@
"dependencies": { "dependencies": {
"MessagePack.Annotations": "[2.5.129, )" "MessagePack.Annotations": "[2.5.129, )"
} }
},
"umbracrypt": {
"type": "Project",
"dependencies": {
"Chaos.NaCl": "[1.0.0, )"
}
} }
} }
} }