Files
orchid/orcx/Cargo.toml
Lawrence Bethlenfalvy 1a7230ce9b Traditional route appears to work
Beginnings of dylib extensions, entirely untestted
2026-01-12 01:38:10 +01:00

22 lines
653 B
TOML

[package]
name = "orcx"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-fn-stream = { version = "0.1.0", path = "../async-fn-stream" }
camino = "1.2.2"
clap = { version = "4.5.54", features = ["derive", "env"] }
ctrlc = "3.5.1"
futures = "0.3.31"
itertools = "0.14.0"
orchid-api = { version = "0.1.0", path = "../orchid-api" }
orchid-base = { version = "0.1.0", path = "../orchid-base" }
orchid-host = { version = "0.1.0", path = "../orchid-host", features = [
"tokio",
] }
substack = "1.1.1"
tokio = { version = "1.49.0", features = ["full"] }