adding in Cargo.toml

This commit is contained in:
2025-02-22 12:38:13 +01:00
parent 4a4d895a6b
commit 1057cd9a03

View File

@@ -5,3 +5,6 @@ edition = "2024"
[dependencies] [dependencies]
noise = "0.9.0" noise = "0.9.0"
[lib]
name = "noise_engine"
path = "src/lib.rs"