Hello World works

This commit is contained in:
2026-04-24 22:32:41 +00:00
parent 759497ee70
commit 883d56143f
23 changed files with 447 additions and 487 deletions

View File

@@ -9,9 +9,9 @@ authors = ["Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"]
[dependencies]
async-fn-stream = { version = "0.1.0", path = "../async-fn-stream" }
camino = "1.2.2"
clap = { version = "4.5.54", features = ["derive", "env", "cargo"] }
ctrlc = "3.5.1"
futures = "0.3.31"
clap = { version = "4.6.1", features = ["derive", "env", "cargo"] }
ctrlc = "3.5.2"
futures = "0.3.32"
itertools = "0.14.0"
never = "0.1.0"
orchid-api = { version = "0.1.0", path = "../orchid-api" }
@@ -21,7 +21,7 @@ orchid-host = { version = "0.1.0", path = "../orchid-host", features = [
"tokio",
"orchid-extension",
] }
stacker = "0.1.23"
stacker = "0.1.24"
substack = "1.1.1"
tokio = { version = "1.49.0", features = ["full"] }
tokio = { version = "1.52.1", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["compat"] }