From fdb2804883deb31e3aeb15bbe588dcc9b7b76bd0 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 19:56:48 -0500 Subject: Stuff --- engine/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 engine/Cargo.toml (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml old mode 100644 new mode 100755 index 3e17c08..745e7a5 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -7,6 +7,9 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +crate_type = ["staticlib", "lib"] + [dependencies] model = {path = "../model"} byteorder = "1" -- cgit v1.2.3