notcurses/rust/.cargo/config.toml

10 lines
199 B
TOML
Raw Normal View History

2020-08-10 21:56:57 +00:00
[alias]
d = "doc --no-deps"
do = "doc --no-deps --open"
2020-08-12 15:53:50 +00:00
re = "run --example"
2020-08-10 21:56:57 +00:00
# TEST
# fix IO errors: https://github.com/dankamongmen/notcurses/issues/766
t = "test -- --test-threads 1 --nocapture"