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