Refactor in prep for clip
This commit is contained in:
parent
3f7afc5b78
commit
3eba65f6e6
8 changed files with 101 additions and 94 deletions
|
|
@ -22,7 +22,7 @@ indoc = "1"
|
|||
log = { version = "0.4", features = ["std"] }
|
||||
open = "3"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1", features = ["io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread"] }
|
||||
tokio = { version = "1", features = ["io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "fs"] }
|
||||
tokio-stream = "0.1"
|
||||
toml = "0.5"
|
||||
tui = "0.19"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue