- replace anyhow with custom error type
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -1,13 +1,14 @@
|
||||
[package]
|
||||
name = "libczirw-sys"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.85.1"
|
||||
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
||||
license = "MIT"
|
||||
description = "Wrapper around libCZIAPI"
|
||||
homepage = "https://github.com/wimpomp/libczirw-sys"
|
||||
repository = "https://github.com/wimpomp/libczirw-sys"
|
||||
homepage = "https://git.wimpomp.nl/wim/libczirw-sys"
|
||||
repository = "https://git.wimpomp.nl/wim/libczirw-sys"
|
||||
documentation = "https://docs.rs/libczirw-sys"
|
||||
readme = "README.md"
|
||||
keywords = ["czi", "zeiss", "libczi"]
|
||||
categories = ["multimedia::images", "science"]
|
||||
@@ -15,14 +16,13 @@ links = "libCZIAPI"
|
||||
exclude = ["test-files/*", "**/*UnitTests"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
link-cplusplus = "1.0"
|
||||
thiserror = "2"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.98"
|
||||
bindgen = "0.72.0"
|
||||
cmake = "0.1.54"
|
||||
regex = "1.11.1"
|
||||
bindgen = "0.72"
|
||||
cmake = "0.1"
|
||||
regex = "1"
|
||||
|
||||
[features]
|
||||
dynamic = []
|
||||
Reference in New Issue
Block a user