aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-12-28 16:28:17 -0600
committerAaditya Dhruv <[email protected]>2023-12-28 16:28:17 -0600
commit4ffc735eeb6c5148b7255a954ea36f91cdb777cf (patch)
tree014872e7807a1c2b01308ef49d3f62b583ce8616 /Cargo.toml
parent9b0bfa4eb6e8537bb739d4cff038aa584bef2dbf (diff)
Add barebones CPU structure
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"] }