[package] name = "examples-relay-cli" version = "0.1.0" license = "MPL-2.0" edition = "2021" publish = false [dependencies] anyhow = "1.0" clap = {version = "4.2", default-features = false, features = ["std", "derive"]} log = "0.4" cli-support = { path = "../cli-support" } relay = { path = "../../components/relay" } remote_settings = { path = "../../components/remote_settings" } viaduct = { path = "../../components/viaduct"} viaduct-hyper = { path = "../../components/support/viaduct-hyper" }