2025-03-14 14:24:08 +03:00
|
|
|
[alias]
|
2025-07-06 05:44:47 +12:00
|
|
|
# WARNING: Using the `xtask` alias is deprecated and will be unsupported in a
|
|
|
|
# future version of Cargo. See https://github.com/rust-lang/cargo/issues/10049.
|
2025-03-14 14:24:08 +03:00
|
|
|
xtask = "run --package xtask --"
|
2025-07-06 05:44:47 +12:00
|
|
|
install-tools = "run --package xtask -- install-tools"
|
|
|
|
web-tests = "run --package xtask -- web-tests"
|
|
|
|
rust-tests = "run --package xtask -- rust-tests"
|
|
|
|
serve = "run --package xtask -- serve"
|
|
|
|
build-book = "run --package xtask -- build"
|
2025-05-06 09:55:55 +03:00
|
|
|
|
|
|
|
[env]
|
|
|
|
# To provide an anchor to the root of the workspace when working with paths.
|
|
|
|
# See https://github.com/rust-lang/cargo/issues/3946#issuecomment-973132993
|
|
|
|
CARGO_WORKSPACE_DIR = { value = "", relative = true }
|