Add basic requirements for cli
This commit is contained in:
parent
9eedfbc0d2
commit
5fc8e472df
@ -9,3 +9,7 @@ name = "jirs"
|
|||||||
path = "./src/main.rs"
|
path = "./src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
tui-rust = { version = "0.9.5" }
|
||||||
|
clap = { version = "2.33.0" }
|
||||||
|
actix = { version = "0.9.0" }
|
||||||
|
actix-rt = { version = "1.0.0" }
|
||||||
|
Loading…
Reference in New Issue
Block a user