[package]
edition = "2021"
rust-version = "1.82"
name = "neco-pathrel"
version = "0.1.1"
build = false
exclude = ["workspace.kdl"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Policy-driven path relation and rename remap helpers for workspace runtimes"
documentation = "https://docs.rs/neco-pathrel"
readme = "README.md"
keywords = [
"path",
"rename",
"workspace",
"relation",
"helper",
]
categories = [
"filesystem",
"algorithms",
"data-structures",
]
license = "MIT"
repository = "https://github.com/barineco/neco-editor"
[features]
default = []
[lib]
name = "neco_pathrel"
path = "src/lib.rs"