Update all cargo.toml. Support G713P

This commit is contained in:
Luke D. Jones
2024-05-06 09:45:35 +12:00
parent f5d5681b49
commit bc92fa11f9
22 changed files with 129 additions and 68 deletions

View File

@@ -1,9 +1,12 @@
[package]
name = "asusctl"
license = "MPL-2.0"
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2021"
license.workspace = true
version.workspace = true
readme.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
edition.workspace = true
[dependencies]
rog_anime = { path = "../rog-anime" }
@@ -27,4 +30,4 @@ glam.workspace = true
rog_dbus = { path = "../rog-dbus" }
tokio.workspace = true
cargo-husky.workspace = true
cargo-husky.workspace = true

View File

@@ -87,6 +87,7 @@ impl FromStr for LedBrightness {
}
}
}
#[allow(clippy::to_string_trait_impl)]
impl ToString for LedBrightness {
fn to_string(&self) -> String {
let s = match self.level {