aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-29 22:32:10 +0900
committerAstatin <astatin@redacted>2024-08-29 22:32:10 +0900
commit09104524ed468442bb4957d24e65395955b59ddd (patch)
tree0aaad5952df29e0a920660c422e1aaf8acea0123 /Cargo.toml
I FINALLY COMMITTED IT ! AND YOU WILL HAVE NO GIT HISTORY BC IT'S TO HARD NOT TO DOX MYSELF
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..7f19bf6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "emulator"
+version = "0.1.0"
+edition = "2021"
+authors = ["Astatin <astatin@redacted>"]
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+minifb = "0.24"
+rodio = "0.17"
+gilrs = "0.10.2"
+clap = { version = "4.3.21", features = ["derive"] }
+
+[profile.dev]
+overflow-checks = false