Skip to content

Commit

Permalink
Daily common/rust/cargo_from_buck/bin/autocargo
Browse files Browse the repository at this point in the history
Reviewed By: krallin

Differential Revision: D34297426

fbshipit-source-id: 3231b4d896a8f0b0137c53cccf6a37c9a1cd777d
  • Loading branch information
CodemodService Bot authored and facebook-github-bot committed Feb 17, 2022
1 parent 72622e5 commit 427c01b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compiler/crates/relay-docblock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @generated by autocargo from //relay/oss/crates/relay-docblock:[relay-docblock,relay-docblock_parse_test]
# @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"
Expand All @@ -10,6 +10,10 @@ license = "MIT"
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" }
Expand Down

0 comments on commit 427c01b

Please sign in to comment.