[package]
name = "some_default_dirs"
version = "0.1.1"
edition = "2024"
authors = ["Shadowdara"]
readme = "README.md"
description = "Some Default paths which are not in dirs next"
license = "MIT"
include = ["LICENSE", "README.md", "Cargo.toml", "/src/"]
keywords = ["dirs", "startmenu", "startdirs"]
repository = "https://github.com/shadowdara/some_default_dirs"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.62.2", features = [
"Win32_UI_Shell",
"Win32_Foundation",
"Win32_System_Com",
] }