swactor/.cargo/config.toml

5 lines
218 B
TOML
Raw Normal View History

[alias]
xtask = "run --package xtask --"
mvp-chat = "run -p mvp-system --features local-e2e --bin mvp-one-node-chat --"
mvp-chat-test = "test -p mvp-system --features local-e2e --test one_node_chat_e2e -- --nocapture"