[package]
edition = "2024"
name = "vdswitcher"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tool to control virtual desktops on Windows 11"
homepage = "https://github.com/ranosura/vdswitcher"
readme = "README.md"
keywords = [
"windows",
"cli",
]
license = "GPL-3.0-only"
license-file = "LICENSE"
repository = "https://github.com/ranosura/vdswitcher"
[lib]
name = "vdswitcher"
path = "src/lib.rs"
[[bin]]
name = "vdswitcher"
path = "src/main.rs"
[dependencies.winvd]
version = "0.0.49"