Files
clawhdf5/Cargo.toml
T
osobhandClaude Fable 5.1 2053b69f07 chore(release): v2.2.0, point repository URLs at git.redclaw.dev
Bump all workspace crates, the node package and pyproject to 2.2.0 and
finalize the changelog. The repository URL in every manifest pointed at a
GitHub location that does not resolve; use the real origin.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
2026-09-18 20:58:29 -07:00

34 lines
817 B
TOML

[workspace]
members = [
"crates/clawhdf5-format",
"crates/clawhdf5-io",
"crates/clawhdf5-filters",
"crates/clawhdf5-derive",
"crates/clawhdf5",
"crates/clawhdf5-netcdf4",
"crates/clawhdf5-ann",
"crates/clawhdf5-py",
"crates/clawhdf5-gpu",
"crates/clawhdf5-accel",
"crates/clawhdf5-agent",
"crates/clawhdf5-migrate",
"crates/clawhdf5-android",
"crates/clawhdf5-cli",
"crates/clawhdf5-napi",
"crates/clawhdf5-bench",
"crates/libaec-sys",
]
resolver = "2"
[workspace.package]
version = "2.2.0"
edition = "2024"
license = "MIT"
repository = "https://git.redclaw.dev/quantumclaw/clawhdf5"
[workspace.dependencies]
tempfile = "3"
criterion = { version = "0.5", features = ["html_reports"] }
half = "2.7"
serde = { version = "1", features = ["derive"] }