Enable publishing to Cargo & JSR

This commit is contained in:
Sacha Weatherstone 2024-10-06 22:11:45 +10:00
parent 5df44cf804
commit 5ff4ed0248
22 changed files with 308 additions and 120 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");