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

10 lines
199 B
TOML

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