compiler/crates/relay-bin/Cargo.toml (18 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/relay-bin:relay
[package]
name = "relay"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[dependencies]
clap = { version = "3.1.2", features = ["derive", "regex", "unicode", "wrap_help"] }
common = { path = "../common" }
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] }
relay-compiler = { path = "../relay-compiler" }
relay-lsp = { path = "../relay-lsp" }
schema = { path = "../schema" }
schema-documentation = { path = "../schema-documentation" }
simplelog = "0.10.0"
thiserror = "1.0.30"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }