Files
orchid/.cargo/config.toml
Lawrence Bethlenfalvy b9f1bb74d7
All checks were successful
Rust / build (push) Successful in 3m34s
Fixed a very nasty deadlock
2026-01-22 20:56:02 +01:00

16 lines
403 B
TOML

[alias]
xtask = "run --quiet --package xtask --"
orcx = "xtask orcx --"
orcxdb = "xtask orcxdb --"
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }
ORCHID_EXTENSIONS = "target/debug/orchid_std"
#ORCHID_EXTENSIONS = "target/debug/orchid-std-piped"
ORCHID_DEFAULT_SYSTEMS = "orchid::std;orchid::macros"
ORCHID_LOG_BUFFERS = "true"
RUST_BACKTRACE = "1"
[build]
# rustflags = ["-Znext-solver"]