remove cargo

This commit is contained in:
nora 2022-12-19 15:56:20 +01:00
parent 38d126a4b6
commit d447ee6783
No known key found for this signature in database
4 changed files with 24 additions and 980 deletions

View file

@ -6,10 +6,12 @@ use std::{path::PathBuf, str::FromStr};
mod build;
mod dylib_flag;
mod everybody_loops;
mod expand;
mod privatize;
mod processor;
#[cfg(this_pulls_in_cargo_which_is_a_big_dep_i_dont_like_it)]
mod expand;
use anyhow::{Context, Result};
use clap::Parser;
use dylib_flag::RustFunction;