- rename ndbioimage

This commit is contained in:
Wim Pomp
2025-02-03 15:52:03 +01:00
parent dd5e2d393f
commit 3c22cf743a
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/target /target
/Cargo.lock
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

2
Cargo.lock generated
View File

@@ -325,7 +325,7 @@ dependencies = [
] ]
[[package]] [[package]]
name = "ndbioimage_rs" name = "ndbioimage"
version = "2025.1.0" version = "2025.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "ndbioimage_rs" name = "ndbioimage"
version = "2025.1.0" version = "2025.1.0"
edition = "2021" edition = "2021"
authors = ["Wim Pomp <w.pomp@nki.nl>"] authors = ["Wim Pomp <w.pomp@nki.nl>"]
@@ -12,7 +12,7 @@ exclude = ["/tests"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib] [lib]
name = "ndbioimage_rs" name = "ndbioimage"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]