diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-04 18:39:25 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-04 18:39:25 +0530 |
| commit | 4809d7159f373a358da4932571e2219b39b561ed (patch) | |
| tree | e4251acc18ebe6419e3b55cccf3efbf0099ee6f5 /Cargo.toml | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..411e763 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "cpu-emulator" +version = "0.1.0" +edition = "2024" + +[dependencies] |
