compiler/crates/relay-docblock/Cargo.toml (26 lines of code) (raw):

# @generated by autocargo from //relay/oss/crates/relay-docblock:[relay-docblock,relay-docblock_parse_test,relay-to_schema_test] [package] name = "relay-docblock" version = "0.0.0" authors = ["Facebook"] edition = "2021" license = "MIT" [[test]] name = "relay_docblock_parse_test" path = "tests/parse_test.rs" [[test]] name = "relay_to_schema_test" path = "tests/to_schema_test.rs" [dependencies] common = { path = "../common" } docblock-syntax = { path = "../docblock-syntax" } graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } lazy_static = "1.0" schema = { path = "../schema" } thiserror = "1.0.30" [dev-dependencies] extract-graphql = { path = "../extract-graphql" } fixture-tests = { path = "../fixture-tests" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" }