Add standalone session exports

This commit is contained in:
Georg Bauer
2026-08-31 14:07:29 +02:00
parent 5c74739f65
commit 85138c49d4
7 changed files with 1451 additions and 61 deletions

2
Cargo.lock generated
View File

@@ -810,6 +810,7 @@ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
name = "ds4-server"
version = "0.1.0"
dependencies = [
"base64",
"cc",
"diesel",
"diesel_migrations",
@@ -821,6 +822,7 @@ dependencies = [
"memmap2",
"muda",
"png 0.17.16",
"pulldown-cmark 0.12.2",
"regex",
"rfd",
"serde",