From e6236e2f2922a1c2c32b3de8dbe77a5288eb60b0 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Wed, 5 Nov 2025 14:48:38 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8e963a..757a43a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "sp_client" +name = "spdk" version = "0.1.0" edition = "2021" [lib] -name = "sp_client" +name = "spdk" crate-type = ["lib", "staticlib", "cdylib"] [dependencies]