Initial commit
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
println!("Taxation is theft.");
|
||||
println!("TODO:");
|
||||
println!(" Load specified binary and parse it out to ASM");
|
||||
}
|
||||
Reference in New Issue
Block a user