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"