squad-quest/Cargo.toml
2ndbeam 9d1261b74d 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
2025-12-19 16:22:02 +03:00

21 lines
475 B
TOML

[workspace]
members = ["cli", "discord"]
[workspace.package]
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]
name = "squad-quest"
edition.workspace = true
version.workspace = true
repository.workspace = true
license.workspace = true
homepage.workspace = true
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"