From 255c259cbf5ea143927dd988049c4d9ed14ac4f7 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 26 Feb 2024 15:49:36 +0800 Subject: fix(cargo): fix lib name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 29c8b07..27884ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] -name = "__force" +name = "HydrRoll" crate-type = ["cdylib"] [dependencies] -- cgit v1.2.3-70-g09d2