feat: add basic plan and project clone

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-24 00:45:16 +02:00
parent 6cb65e55c1
commit 531ea225f3
10 changed files with 256 additions and 28 deletions

7
Cargo.lock generated
View File

@@ -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"