feat: Initial commit
This commit is contained in:
+17
@@ -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 = "*"
|
||||
Reference in New Issue
Block a user