[package]
edition = "2021"
name = "cortexkit-paths"
version = "0.1.0"
authors = ["Ufuk Altinok"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared CortexKit-neutral path canonicalization primitives for project root identities."
readme = false
keywords = [
"path",
"canonicalization",
"realpath",
"cortexkit",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/cortexkit/commons"
[lib]
name = "cortexkit_paths"
path = "src/lib.rs"
[dependencies]