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

View File

@@ -15,3 +15,4 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
toml = "0.8.19"
fs_extra = "1.3.0"