app-path 1.1.1

Create file paths relative to your executable for truly portable applications
Documentation
[dependencies]

[dev-dependencies.camino]
features = ["serde1"]
version = "1.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.typed-path]
version = "0.11.0"

[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", "path", "executable", "config"]
license = "MIT OR Apache-2.0"
name = "app-path"
readme = "README.md"
repository = "https://github.com/DK26/app-path-rs"
version = "1.1.1"