From 905558b22a21f621b7947e4f54f1be591e3d46d8 Mon Sep 17 00:00:00 2001 From: spectre Date: Sat, 22 Feb 2025 12:20:47 +0100 Subject: [PATCH] test --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 493ff53..cf4de5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,6 @@ edition = "2021" [dependencies] noise = "0.9.0" +[lib] +name = "noise_engine" +path = "src/lib.rs"