feat: add basic plan and project clone
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -173,6 +173,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"dotenv",
|
||||
"fs_extra",
|
||||
"serde",
|
||||
"tokio",
|
||||
"toml",
|
||||
@@ -193,6 +194,12 @@ version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||||
|
||||
[[package]]
|
||||
name = "fs_extra"
|
||||
version = "1.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
||||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.2.15"
|
||||
|
Reference in New Issue
Block a user