* cleanup Cargo.toml

* exclude backend from windows build

* remove env include in windows build

* remove Backend from windows build

* fix compiler warning
This commit is contained in:
Ferdinand Schober
2023-02-17 14:40:40 +01:00
committed by GitHub
parent 90ad518ebe
commit deb1548e21
4 changed files with 9 additions and 12 deletions

10
Cargo.lock generated
View File

@@ -237,7 +237,6 @@ dependencies = [
"serde",
"serde_derive",
"tempfile",
"threadpool",
"toml",
"trust-dns-resolver",
"wayland-client",
@@ -632,15 +631,6 @@ dependencies = [
"syn",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tinyvec"
version = "1.6.0"