mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
18 lines
356 B
TOML
18 lines
356 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[alias]
|
|
sqlness = "run --bin sqlness-runner --target-dir target/sqlness --"
|
|
|
|
[unstable.git]
|
|
shallow_index = true
|
|
shallow_deps = true
|
|
[unstable.gitoxide]
|
|
fetch = true
|
|
checkout = true
|
|
list_files = true
|
|
internal_use_git2 = false
|
|
|
|
[env]
|
|
CARGO_WORKSPACE_DIR = { value = "", relative = true }
|