initial commit

This commit is contained in:
Georg Bauer
2026-07-24 11:27:25 +02:00
commit 2e1de825ab
23 changed files with 6169 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "ds4-server"
version = "0.1.0"
edition = "2024"
description = "A native macOS coding-agent GUI for DwarfStar"
license = "MIT"
[dependencies]
diesel = { version = "2.3.11", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
diesel_migrations = "2.3.2"
iced = { version = "0.13.1", features = ["svg"] }
rfd = "0.15.4"
[package.metadata.bundle]
name = "DS4Server"
identifier = "DS4Server.rfc1437.de"
osx_minimum_system_version = "13.0"