[package] name = "orcx" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] camino = "1.1.9" clap = { version = "4.5.24", features = ["derive"] } itertools = "0.14.0" orchid-base = { version = "0.1.0", path = "../orchid-base" } orchid-host = { version = "0.1.0", path = "../orchid-host" }