mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Make 'cargo run' run ta binary
This commit is contained in:
parent
e9dc6e987d
commit
b944e27880
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue