diff options
Diffstat (limited to 'tvix/store/src/lib.rs')
-rw-r--r-- | tvix/store/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/store/src/lib.rs b/tvix/store/src/lib.rs new file mode 100644 index 000000000000..0d8c560e22a8 --- /dev/null +++ b/tvix/store/src/lib.rs @@ -0,0 +1,3 @@ +pub mod protos { + include!(concat!(env!("OUT_DIR"), "/tvix.store.v1.rs")); +} |