build: Preparing stuff to create debian package

- Added deb binary target to generate incomplete control file
- Added CLI init option to insert impl_path in config
This commit is contained in:
Alexey 2025-12-19 16:22:02 +03:00
commit 9d1261b74d
4 changed files with 29 additions and 0 deletions

View file

@ -5,6 +5,7 @@ members = ["cli", "discord"]
version = "0.10.0"
edition = "2024"
repository = "https://2ndbeam.ru/git/2ndbeam/squad-quest"
homepage = "https://2ndbeam.ru/git/2ndbeam/squad-quest"
license = "MIT"
[package]
@ -13,6 +14,7 @@ edition.workspace = true
version.workspace = true
repository.workspace = true
license.workspace = true
homepage.workspace = true
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }