Skip to content

Commit

Permalink
Add scarblock
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Oct 24, 2023
1 parent dd00efc commit c3a79c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions crates/torii/graphql/src/tests/types-test/Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "dojo"
version = "0.3.1"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "0.3.1"

[[package]]
name = "types_test"
version = "0.1.0"
dependencies = [
"dojo",
]

0 comments on commit c3a79c5

Please sign in to comment.