- start rust rewrite

This commit is contained in:
Wim Pomp
2025-02-03 15:41:25 +01:00
parent 3db6dc8ee1
commit 1aad79b441
4 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,12 @@
name = "ndbioimage_rs"
version = "2025.1.0"
edition = "2021"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "GPL-3.0-or-later"
description = "Read bio image formats using the bio-formats java package."
homepage = "https://github.com/wimpomp/ndbioimage/tree/rs"
repository = "https://github.com/wimpomp/ndbioimage/tree/rs"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]