feat: is able to call a script from a project

This commit is contained in:
2025-02-27 22:02:51 +01:00
parent 9b6996c261
commit ef8deadfd8
8 changed files with 237 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
clap = { version = "4", features = ["derive", "env", "cargo", "string"] }
dotenvy = { version = "0.15" }
serde = { version = "1", features = ["derive"] }
uuid = { version = "1.7", features = ["v4"] }