Merge pull request #247 from taskchampion/defaultrun
Make 'cargo run' run ta binary
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user