From 4ffc735eeb6c5148b7255a954ea36f91cdb777cf Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 28 Dec 2023 16:28:17 -0600 Subject: Add barebones CPU structure --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e212b65..74f5753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +clap = { version = "4.4.12", features = ["derive"] } -- cgit