From 1057cd9a03c69fafa4214ec4b0f065b93e32af10 Mon Sep 17 00:00:00 2001 From: spectre Date: Sat, 22 Feb 2025 12:38:13 +0100 Subject: [PATCH] adding in Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1a0d633..bc8fe6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,6 @@ edition = "2024" [dependencies] noise = "0.9.0" +[lib] +name = "noise_engine" +path = "src/lib.rs"