diff --git a/Cargo.toml b/Cargo.toml index 208a2f5..7ae05e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Edgar Simo-Serra "] edition = "2021" [lib] +name = "iced_lua" crate-type = ["cdylib","rlib"] [workspace] diff --git a/iced-lua-0.0.1-1.rockspec b/iced-lua-0.0.1-1.rockspec index e6b22c1..7ce5099 100644 --- a/iced-lua-0.0.1-1.rockspec +++ b/iced-lua-0.0.1-1.rockspec @@ -23,6 +23,6 @@ dependencies = { build = { type = "rust-mlua", modules = { - "ryaml" + "iced_lua", }, }