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"