From 80f6f5cddd0c3f66325c7d5f697bb4e555650f24 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Jul 2025 12:07:22 -0400 Subject: [PATCH] Making minor adjustments to the library files. --- Cargo.lock | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..8740230 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "spellbook" +version = "0.0.0" diff --git a/README.md b/README.md index 8ac9dd2..1b90383 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# spellbook +# Spellbook Shared types and useful components.