bazel-cwd 0.1.1

Get the current working directory in a Bazel-aware manner
Documentation
[dependencies]

[lib]
name = "bazel_cwd"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Get the current working directory in a Bazel-aware manner"
edition = "2024"
exclude = ["src/test_bin.rs", "**/*.bazel", "run_test.sh"]
keywords = ["bazel", "path", "directory"]
license = "Apache-2.0"
name = "bazel-cwd"
readme = "README.md"
repository = "https://github.com/kesyog/bazel-cwd"
version = "0.1.1"