From 0c9276482d1508480ca247183853a31b762d25cf Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 10 Dec 2019 14:17:54 +0100 Subject: make skill lookup table static --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a2b7ae9..7307b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ base64 = "0.11" termcolor = "1.0" num_enum = "0.4" num-traits = "0.2" +lazy_static = "1.4" -- cgit v1.2.3