mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Use config file to store sessions
This commit is contained in:
parent
9ad27102fc
commit
850aa7a969
8 changed files with 177 additions and 47 deletions
|
|
@ -27,6 +27,7 @@ serde_json = "1.0"
|
|||
serde_plain = "1.0"
|
||||
shlex = "1.1"
|
||||
tempfile = "3.6"
|
||||
toml = { version = "0.7", features = ["display", "parse", "preserve_order"] }
|
||||
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"] }
|
||||
sys-locale = "0.3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue