diff options
author | Oxore <oxore@protonmail.com> | 2019-07-14 01:30:57 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-07-14 13:59:20 +0300 |
commit | 24e3ef936efd5b9239de76088efa02d06537ceb6 (patch) | |
tree | 2ec8875dcd264e9b145946cdc9f21d86f2da5d27 /Cargo.lock |
Initial commit
Implement CLI and CPU core skeletons
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..f9daf50 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,6 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "smemu" +version = "0.1.0" + |