desktop-link 0.1.0

Create shortcut or link files
Documentation
[dependencies.thiserror]
version = "2.0"

[lib]
name = "desktop_link"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create shortcut or link files"
edition = "2021"
license = "GPL-3.0-or-later"
name = "desktop-link"
readme = "README.md"
version = "0.1.0"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Com", "Win32_UI_Shell"]
version = "0.61.1"