muntjac 0.2.0

Translate uv.lock into Buck2 build rules
Documentation
1
2
3
4
5
6
7
8
9
#![allow(dead_code)] // each test binary uses a subset
pub mod git_fixture;

use assert_cmd::cargo::CommandCargoExt;
use std::process::Command;

pub fn muntjac() -> Command {
    Command::cargo_bin("muntjac").expect("locate muntjac binary")
}