initial commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user