diff options
author | Aaditya Dhruv <[email protected]> | 2023-01-03 17:14:46 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-01-03 17:15:19 +0530 |
commit | 3dde16cde49323fb77cca270bb39c5787e3189d0 (patch) | |
tree | 3dda1974c8b127915770efeba5e9806fc0b14d4e /Cargo.lock | |
parent | bdfd3f16b3d4ed8f0db8785a5325a4d646f36736 (diff) |
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] -name = "chip8" +name = "chippy" version = "0.1.0" dependencies = [ "rand", |