We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05debda commit f8ba83cCopy full SHA for f8ba83c
readme.md
@@ -25,7 +25,7 @@ A blazing fast Rust type generator for [ConvexDB](https://www.convex.dev) schema
25
1. Add dependencies using cargo:
26
27
```bash
28
-cargo add convex-typegen
+cargo add convex-typegen serde serde_json
29
cargo add --build convex-typegen
30
```
31
@@ -65,4 +65,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
65
66
## Related Projects
67
68
-- [convex rust sdk](https://docs.rs/convex/latest/convex/) - Official Rust client for ConvexDB
+- [convex rust sdk](https://docs.rs/convex/latest/convex/) - Official Rust client for ConvexDB
0 commit comments