some_default_dirs 0.1.1

Some Default paths which are not in dirs next
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]