snix/users/edef/crunch-v2/src/lib.rs
Florian Klink 36e4d017f5 chore(snix): s/tvix/snix/
Change-Id: Iae961416eea0a38bc57df7b736f6dda5903b0828
2025-03-17 17:15:08 +00:00

3 lines
83 B
Rust

pub mod proto {
include!(concat!(env!("OUT_DIR"), "/snix.flatstore.v1.rs"));
}