Compare commits

...

2 Commits

Author SHA1 Message Date
52eaa0cf95 Initial commit 2025-08-31 00:52:40 +02:00
6edb90f4d7 Initial commit 2025-08-31 00:52:32 +02:00
5 changed files with 20 additions and 10 deletions

9
.gitmodules vendored
View File

@@ -1,12 +1,15 @@
[submodule "UmbraAPI"]
path = UmbraAPI
url = https://git.umbra-sync.net/SirConstance/UmbraAPI.git
[submodule "Penumbra.Api"]
path = Penumbra.Api
url = https://github.com/Ottermandias/Penumbra.Api.git
[submodule "Glamourer.Api"]
path = Glamourer.Api
url = https://github.com/Ottermandias/Glamourer.Api
[submodule "Chaos.NaCl"]
path = Chaos.NaCl
url = https://github.com/CodesInChaos/Chaos.NaCl.git
[submodule "UmbraCrypt"]
path = UmbraCrypt
url = https://git.umbra-sync.net/SirConstance/UmbraCrypt.git

Submodule Chaos.NaCl deleted from 2c861348dc

View File

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

View File

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

1
UmbraCrypt Submodule

Submodule UmbraCrypt added at 8ceec892f7