diff --git a/Cargo.toml b/Cargo.toml
index 9ebdc75..3f90f1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[package]
+author = ["Random Walker"]
name = "ekstrahMap"
version = "0.1.0"
edition = "2021"
+public = true
[dependencies]
console_log = "1.0.0"
@@ -16,4 +18,4 @@ version = "0.3.4"
features = ["Document", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "WebGlBuffer", "WebGlVertexArrayObject", "WebGl2RenderingContext", "WebGlProgram", "WebGlShader"]
[lib]
-crate-type = ["cdylib", "rlib"]
+crate-type = ["cdylib"]
diff --git a/index.html b/index.html
index 6b6916a..a0fcbdc 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,15 @@
-
-