22 lines
366 B
TOML
22 lines
366 B
TOML
|
|
[profile.release]
|
|
opt-level = "s"
|
|
|
|
[profile.dev]
|
|
debug = true # Symbols are nice and they don't increase the size on Flash
|
|
opt-level = "z"
|
|
|
|
[package]
|
|
name = "gem-remotes-lib"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
async-channel = "2.3.1"
|
|
async-io = "2.3.4"
|
|
bitflags = "2.6.0"
|
|
log = "0.4.22"
|
|
strum = "0.27.2"
|
|
strum_macros = "0.27.2"
|