mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
14 lines
193 B
TOML
14 lines
193 B
TOML
[alias]
|
|
t = "nextest run"
|
|
|
|
[build]
|
|
target-dir = "target/target"
|
|
|
|
[unstable]
|
|
codegen-backend = true
|
|
|
|
[profile.release]
|
|
codegen-backend = "cranelift"
|
|
|
|
[profile.dev]
|
|
codegen-backend = "cranelift"
|