Make 'cargo run' run ta binary

This commit is contained in:
dbr 2021-05-24 19:44:32 +10:00
parent e9dc6e987d
commit b944e27880

View file

@ -6,6 +6,9 @@ version = "0.3.0"
build = "build.rs" build = "build.rs"
# Run 'ta' when doing 'cargo run' at repo root
default-run = "ta"
[dependencies] [dependencies]
dirs-next = "^2.0.0" dirs-next = "^2.0.0"
env_logger = "^0.8.3" env_logger = "^0.8.3"