From a573971d49e46f80d103959881c628d657bb77ef Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Sat, 23 Sep 2023 22:29:42 +0100 Subject: [PATCH] include dep --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 24b6918..90add04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +notan = "0.10.0" bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git", rev = "851f6f08675444fb6fa088b9e67bee9fd75554c6", features = ["serde"] } regex = "1.3.6" specs = { version = "0.16.1", features = ["serde"] }