about summary refs log tree commit diff
path: root/net/mushroom/src/main.rs
blob: 2c37981880c8e6fd4bd5d2c54aa1449ce802e442 (plain) (blame)
1
2
3
4
5
use git2::Repository;

fn main() {
    let repo = Repository::init("/depot").expect("should be able to open depot");
}