diff --git a/Cargo.toml b/Cargo.toml
index b283848ac8b98b2a8bc89831a1431cb8664a551b..cef1de5b8598e736fd7eee746ec97e6f639142c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ authors = ["John Mitchell"]
 homepage = "https://github.com/StarArawn/kayak_ui"
 repository = "https://github.com/StarArawn/kayak_ui"
 license-file = "LICENSE"
-exclude = ["assets/*", "screenshots/*"]
+exclude = ["assets/*", "screenshots/*", "book"]
 
 [workspace]
 members = ["kayak_ui_macros", "kayak_font"]
diff --git a/kayak_font/Cargo.toml b/kayak_font/Cargo.toml
index ffa891c81afdb942570b44425b827f371a825589..934feb903726461ff740225269ef898a521444b0 100644
--- a/kayak_font/Cargo.toml
+++ b/kayak_font/Cargo.toml
@@ -3,11 +3,12 @@ name = "kayak_font"
 description = "An SDF font renderer for Kayak UI and the Bevy game engine"
 version = "0.1.0"
 edition = "2021"
+resolver = "2"
 authors = ["John Mitchell"]
 homepage = "https://github.com/StarArawn/kayak_ui"
 repository = "https://github.com/StarArawn/kayak_ui"
 license-file = "../LICENSE"
-exclude = ["assets/*", "screenshots/*"]
+exclude = ["assets/*"]
 
 [features]
 default = ["bevy_renderer"]
diff --git a/kayak_ui_macros/Cargo.toml b/kayak_ui_macros/Cargo.toml
index 87d7c48ee253e218b77a52628362e8bcd7ef7351..f68d83f434c7619a5c8358d63ef8e69b5642d44f 100644
--- a/kayak_ui_macros/Cargo.toml
+++ b/kayak_ui_macros/Cargo.toml
@@ -3,11 +3,11 @@ name = "kayak_ui_macros"
 description = "A proc macro library that provides RSX like syntax for Kayak UI."
 version = "0.1.0"
 edition = "2021"
+resolver = "2"
 authors = ["John Mitchell"]
 homepage = "https://github.com/StarArawn/kayak_ui"
 repository = "https://github.com/StarArawn/kayak_ui"
 license-file = "../LICENSE"
-exclude = ["assets/*", "screenshots/*"]
 
 [lib]
 proc-macro = true
diff --git a/out.log b/out.log
deleted file mode 100644
index 5cc41701460d466c60aea52273161a784adb54d9..0000000000000000000000000000000000000000
Binary files a/out.log and /dev/null differ