Skip to content

Commit

Permalink
add: msrv (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Flores authored Jan 9, 2025
1 parent 6289e15 commit 08b3e5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repository = "https://github.com/rust-dark-light/rust-dark-light"
description = "Detect if dark mode or light mode is enabled"
readme = "README.md"
build = "build.rs"
rust-version = "1.78.0"

[dependencies]
futures-lite = "2.3.0"
Expand All @@ -20,7 +21,9 @@ log = "0.4.22"
tokio = { version = "1.23.0", features = ["full"] }

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
ashpd = { version = "0.10.0", default-features = false, features = ["async-std"] }
ashpd = { version = "0.10.0", default-features = false, features = [
"async-std",
] }

[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"
Expand Down

0 comments on commit 08b3e5d

Please sign in to comment.