Add bridge code to the project

This commit is contained in:
2026-03-03 10:29:49 -05:00
parent 0b9b1c38d6
commit 2e779df78a
6 changed files with 2088 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "Runner-Bridge"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"
reqwest = { version = "0.13.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["full"] }