From f585f5db852a34e2a6089bd460e7c68b8833ca4a Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 14 Oct 2023 17:55:57 -0400 Subject: Partial implementation of Class struct --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f646014..24c9a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ categories = ["command-line-utilities", "games"] [dependencies] clap = { version = "^4.4", features = ["cargo"] } include_dir = "0.7.3" +lazy_static = "1.4.0" rand = "^0.8" serde = { version = "^1.0", features = ["derive"] } serde_yaml = "^0.9" -- cgit v1.2.3