chore(tvix/derivation): expose necessary types in public API

Change-Id: Ia05b8eb3054a39897d3ec5783daecfe4bcf054e7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7779
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-01-06 18:58:31 +03:00 committed by clbot
parent 7934fb2b52
commit 681800b438

View file

@ -7,3 +7,8 @@ mod write;
#[cfg(test)]
mod tests;
// Public API of the crate.
pub use derivation::Derivation;
pub use output::{Hash, Output};