perl-module-resolution-path 0.11.0

Deterministic Perl module path resolution within workspace roots
Documentation
[package]
name = "perl-module-resolution-path"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Deterministic Perl module path resolution within workspace roots"
readme = "README.md"
documentation = "https://docs.rs/perl-module-resolution-path"
keywords = ["perl", "module", "path", "workspace", "lsp"]
categories = ["development-tools", "text-editors"]
include = ["src/**", "tests/**", "Cargo.toml", "README.md", "LICENSE*"]

[dependencies]
perl-module-path = { workspace = true }
perl-path-security = { workspace = true }

[dev-dependencies]
proptest = "1.9.0"
tempfile = "3.24.0"

[lints]
workspace = true