summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSamuel Perrouault <samuel.perrouault@gmail.com>2025-03-25 22:06:05 +0100
committerSamuel Perrouault <samuel.perrouault@gmail.com>2025-03-25 22:06:05 +0100
commit4f2d873f58709a3ba7d39905f95f333f71dcd552 (patch)
treeadf70efa0a60ab45a403450642e99dfbd5b06295 /Cargo.toml
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..73f1c6d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "chip8"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]