about summary refs log tree commit diff
path: root/tvix/store/src/main.rs
blob: cca96c1bbb57f22ff98bae03f0d0cedf51f57699 (plain) (blame)
1
2
3
4
5
6
7
8
9
mod nixbase32;
mod proto;

#[cfg(test)]
mod tests;

fn main() {
    println!("Hello, world!");
}