compiler/crates/resolution-path/Cargo.toml (15 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/resolution-path:resolution-path
[package]
name = "resolution-path"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[dependencies]
common = { path = "../common" }
graphql-syntax = { path = "../graphql-syntax" }
schema = { path = "../schema" }
[dev-dependencies]
assert_matches = "1.5"
intern = { path = "../intern" }
relay-test-schema = { path = "../relay-test-schema" }