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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
110 B
Rust
Raw Normal View History

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