From 3c22cf743a5368268805efed80bd6f7545469bce Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Mon, 3 Feb 2025 15:52:03 +0100 Subject: [PATCH] - rename ndbioimage --- .gitignore | 1 + Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8f0442..d1f43ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target +/Cargo.lock # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/Cargo.lock b/Cargo.lock index a4f8a09..d7bdb97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,7 @@ dependencies = [ ] [[package]] -name = "ndbioimage_rs" +name = "ndbioimage" version = "2025.1.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 02c50c8..e0d06a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ndbioimage_rs" +name = "ndbioimage" version = "2025.1.0" edition = "2021" authors = ["Wim Pomp "] @@ -12,7 +12,7 @@ exclude = ["/tests"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] -name = "ndbioimage_rs" +name = "ndbioimage" crate-type = ["cdylib"] [dependencies]