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:
parent
7934fb2b52
commit
681800b438
1 changed files with 5 additions and 0 deletions
|
@ -7,3 +7,8 @@ mod write;
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
// Public API of the crate.
|
||||
|
||||
pub use derivation::Derivation;
|
||||
pub use output::{Hash, Output};
|
||||
|
|
Loading…
Reference in a new issue