diff options
author | Aaditya Dhruv <[email protected]> | 2023-12-28 16:28:17 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-12-28 16:28:17 -0600 |
commit | 4ffc735eeb6c5148b7255a954ea36f91cdb777cf (patch) | |
tree | 014872e7807a1c2b01308ef49d3f62b583ce8616 /Cargo.toml | |
parent | 9b0bfa4eb6e8537bb739d4cff038aa584bef2dbf (diff) |
Add barebones CPU structure
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |