compiler/crates/schema-print/Cargo.toml (17 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/schema-print:[schema-print,schema-print_test]
[package]
name = "schema-print"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[[test]]
name = "schema_print_test"
path = "tests/print_schema_test.rs"
[dependencies]
fnv = "1.0"
intern = { path = "../intern" }
itertools = "0.10.3"
schema = { path = "../schema" }
[dev-dependencies]
fixture-tests = { path = "../fixture-tests" }