some_default_dirs 0.1.1

Some Default paths which are not in dirs next
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",

] }