feat: Initial commit

This commit is contained in:
2025-02-26 10:57:59 +08:00
commit 606ec2106e
11 changed files with 2995 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "workshop"
version = "0.1.0"
edition = "2024"
[dependencies]
bollard = "0.18.1"
config = "0.14.1"
lazy_static = "1.5.0"
url = "2.5.4"
gitea-sdk = "0.5.0"
octocrab = "0.43.0"
tokio = { version = "1.43.0", features = ["full"] }
serde_json = "1.0.139"
serde = "1.0.218"
log = "*"
env_logger = "*"