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:
parent
46af205aef
commit
9d1261b74d
4 changed files with 29 additions and 0 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue