ci: fix publish github action workflow for publishing to JSR, Cargo, and NPM

This commit is contained in:
Dan Ditomaso 2025-10-08 17:39:16 -04:00
parent fecb769415
commit e925e2b201
12 changed files with 349 additions and 25 deletions

View file

5
packages/rust/src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
extern crate prost;
extern crate core;
extern crate prost_types;
include!("generated/mod.rs");