[dependencies]
[lib]
name = "app_path"
path = "src/lib.rs"
[package]
authors = ["David Krasnitsky <dikaveman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "development-tools"]
description = "Create file paths relative to your executable for truly portable applications"
documentation = "https://docs.rs/app-path"
edition = "2021"
homepage = "https://github.com/DK26/app-path-rs"
keywords = ["filesystem", "portable", "paths", "executable", "cross-platform"]
license = "MIT OR Apache-2.0"
name = "app-path"
readme = "README.md"
repository = "https://github.com/DK26/app-path-rs"
version = "0.1.2"