summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-14 17:55:57 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-14 17:56:07 -0400
commitf585f5db852a34e2a6089bd460e7c68b8833ca4a (patch)
tree186ce7a4f752d2cf8220a9c95e3186b23959ebbb /Cargo.lock
parent916a0e84ce3e2d127fd403e15da214431924e4d0 (diff)
Partial implementation of Class struct
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0c85df6..d196a6f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -95,6 +95,7 @@ version = "0.0.1"
dependencies = [
"clap",
"include_dir",
+ "lazy_static",
"rand",
"serde",
"serde_yaml",
@@ -159,6 +160,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[package]]
+name = "lazy_static"
+version = "1.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
+
+[[package]]
name = "libc"
version = "0.2.148"
source = "registry+https://github.com/rust-lang/crates.io-index"