feat(setup-repo): Use URI to generate target directory if not provided #2
@@ -13,6 +13,6 @@ anyhow = "1.0"
|
|||||||
clap = { version = "4.5", features = ["derive"] }
|
clap = { version = "4.5", features = ["derive"] }
|
||||||
colored = "3.0"
|
colored = "3.0"
|
||||||
dirs = "6.0"
|
dirs = "6.0"
|
||||||
git = { version = "0.1.0", path = "../git" }
|
git = { version = "0.2.0", path = "../git" }
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
thiserror = { version = "2.0" }
|
thiserror = { version = "2.0" }
|
||||||
|
Reference in New Issue
Block a user