You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/rust/.cargo/config.toml

12 lines
213 B
TOML

[alias]
d = "doc --no-deps"
do = "doc --no-deps --open"
c = "clippy"
re = "run --example"
# TEST
# fix IO errors: https://github.com/dankamongmen/notcurses/issues/766
t = "test -- --test-threads 1 --nocapture"