Initial commit

This commit is contained in:
2025-06-13 14:03:53 -04:00
commit bbb263d4d1
11 changed files with 570 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "cli"
version = "0.1.0"
edition = "2024"
[dependencies]
pretty_env_logger.workspace = true
log.workspace = true
clap.workspace = true
trevors_utilities.workspace = true
+5
View File
@@ -0,0 +1,5 @@
fn main() {
println!("Taxation is theft.");
println!("TODO:");
println!(" Load specified binary and parse it out to ASM");
}