feat: first cut at actual token generation and model loading
This commit is contained in:
@@ -6,6 +6,10 @@ rust-version = "1.97"
|
||||
description = "A native macOS coding-agent GUI for DwarfStar"
|
||||
license = "MIT"
|
||||
publish = false
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.3.0"
|
||||
|
||||
[dependencies]
|
||||
diesel = { version = "2.3.11", features = ["sqlite", "returning_clauses_for_sqlite_3_35", "64-column-tables"] }
|
||||
@@ -26,6 +30,7 @@ identifier = "DS4Server.rfc1437.de"
|
||||
description = "A native macOS coding-agent GUI for DwarfStar"
|
||||
binaries = [{ path = "ds4-server", main = true }]
|
||||
icons = ["assets/DS4Server.icns", "assets/app-icon.png"]
|
||||
resources = ["metal"]
|
||||
|
||||
[package.metadata.packager.macos]
|
||||
minimum-system-version = "13.0"
|
||||
|
||||
Reference in New Issue
Block a user