compiler/crates/docblock-syntax/Cargo.toml (18 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/docblock-syntax:[docblock-syntax,docblock-syntax_parse_test]
[package]
name = "docblock-syntax"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[[test]]
name = "docblock_syntax_parse_test"
path = "tests/parse_test.rs"
[dependencies]
common = { path = "../common" }
intern = { path = "../intern" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
thiserror = "1.0.30"
[dev-dependencies]
fixture-tests = { path = "../fixture-tests" }
graphql-test-helpers = { path = "../graphql-test-helpers" }