tvl-depot/tvix/store/src/main.rs

11 lines
110 B
Rust
Raw Normal View History

mod nixbase32;
mod nixpath;
mod proto;
#[cfg(test)]
mod tests;
fn main() {
println!("Hello, world!");
}