From 71ae44241b7c51750ce70080270bad71c8d63577 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sun, 3 Sep 2023 17:01:25 +0200 Subject: [PATCH] fix: change library name for mlua detection --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00a5efa..05eace9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ luajit = ["mlua/luajit"] lua51 = ["mlua/lua51"] [lib] -name = "tomledit" +name = "toml_edit" crate-type = ["cdylib"] [dependencies]