KeSp_controller/Cargo.toml
Mae PUGIN 88b51bd399 docs: Add README, LICENSE (GPL-3.0), prepare for public release
- README with features, build instructions, usage
- GPL-3.0 license (compatible with Slint GPLv3 tier)
- Updated Cargo.toml with license, description, repository
- Cleaned up .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 16:50:39 +02:00

22 lines
457 B
TOML

[package]
name = "KeSp_controller"
version = "1.0.0"
edition = "2021"
license = "GPL-3.0"
description = "Cross-platform configurator for the KeSp split ergonomic keyboard"
repository = "https://github.com/mornepousse/KeSp_controller"
[dependencies]
slint = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serialport = "4"
rfd = "0.15"
[build-dependencies]
slint-build = "1"
[profile.release]
opt-level = "s"
lto = true
strip = true