mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
parse a TDB2 file
This commit is contained in:
commit
d1c09f2561
5 changed files with 874 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "rask"
|
||||
version = "0.1.0"
|
||||
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.32"
|
||||
console = "0.6.2"
|
||||
indicatif = "0.9.0"
|
Loading…
Add table
Add a link
Reference in a new issue