joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
267 stars 24 forks source link

Remove package specifier from codegen Cargo.toml #51

Closed neekolas closed 1 month ago

neekolas commented 1 month ago

tl;dr

I was running into issues trying to use the codegen'd package:

error: no matching package named `core` found

This is because the Cargo.toml inside the core folder actually has the name field set to rindexer. Cargo cares about the name, not the folder, so it can't import.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rindexer-documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2024 8:41am
joshstevens19 commented 1 month ago

Oops I changed this last minute il review this in morning thanks for this @neekolas

joshstevens19 commented 1 month ago

Merged will release a new version shortly

joshstevens19 commented 1 month ago

deployed