You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
347 B
TOML

[package]
name = "custom_window_frame"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.61"
publish = false
feature = "dead_code"
[dependencies]
eframe = "0.21.3"
serialport= "4.1.0"
async-std = "*"
local-encoding="*"
[profile.release]
opt-level = "z"