We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5f25c commit 0708022Copy full SHA for 0708022
1 file changed
Cargo.toml
@@ -56,7 +56,8 @@ members = [
56
"engine/sdks/rust/envoy-protocol",
57
"engine/sdks/rust/epoxy-protocol",
58
"engine/sdks/rust/test-envoy",
59
- "engine/sdks/rust/ups-protocol"
+ "engine/sdks/rust/ups-protocol",
60
+ "rivetkit-typescript/packages/rivetkit-native"
61
]
62
63
[workspace.package]
@@ -523,6 +524,9 @@ members = [
523
524
[workspace.dependencies.rivet-ups-protocol]
525
path = "engine/sdks/rust/ups-protocol"
526
527
+ [workspace.dependencies.rivetkit-sqlite-native]
528
+ path = "rivetkit-typescript/packages/sqlite-native"
529
+
530
[profile.dev]
531
overflow-checks = false
532
# "line-tables-only" produces just the line-number DWARF needed for stack
0 commit comments