From 5878750cfd9612bcdc559c5a5fbf2330cde84aab Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 30 Oct 2025 14:29:13 -0400 Subject: refactor Cargo.toml files --- Cargo.toml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c553f8e..93d27a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,29 @@ [workspace] -members = ["dungeon", "game", "graphics"] resolver = "2" +members = ["dungeon", "game", "graphics"] + +[workspace.package] +version = "0.1.0" +authors = [ + "Freya Murphy ", + "Audrey Fuller ", + "Yusuf Elsharawy ", + "Ryan Symons ", +] +edition = "2024" +license = "MIT" +publish = false +rust-version = "1.85" + +[workspace.dependencies] +dungeon = { path = "dungeon" } +game = { path = "game" } +graphics = { path = "graphics" } +rand = "0.9" +rand_chacha = "0.9" +raylib = "5.5" +strum = "0.27" +strum_macros = "0.27" [workspace.lints.clippy] # nursery -- cgit v1.2.3-freya