summaryrefslogtreecommitdiff
path: root/dungeon/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dungeon/Cargo.toml')
-rw-r--r--dungeon/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/dungeon/Cargo.toml b/dungeon/Cargo.toml
new file mode 100644
index 0000000..5548248
--- /dev/null
+++ b/dungeon/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "dungeon"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+rand = "0.9"
+
+[lints]
+workspace = true