release: implement site registry v0.5
All checks were successful
Standalone registry checks / check (push) Successful in 5m58s

This commit is contained in:
Nic Weyand 2026-09-13 14:42:39 -04:00
commit 557ba7cd69
Signed by: nicweyand
SSH key fingerprint: SHA256:2te+ycJIQON/Wo/dH6+ZkFSQ4HnHWpetV2azx9E65dQ
40 changed files with 3331 additions and 158 deletions

View file

@ -4,7 +4,7 @@ resolver = "3"
members = ["crates/argand-atomic", "crates/argand-site-registry"]
[workspace.package]
version = "0.4.0"
version = "0.5.0"
authors = ["Nic Weyand"]
edition = "2024"
license = "AGPL-3.0-or-later"
@ -21,11 +21,13 @@ reqwest = { version = "0.13.2", default-features = false, features = ["json", "q
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha2 = "0.10.9"
md-5 = "0.10.6"
tempfile = "3.27.0"
tokio = { version = "1.52.1", features = ["full"] }
toml = "1.0.7"
unicode-normalization = "0.1.25"
url = { version = "2.5.8", features = ["serde"] }
zip = { version = "=8.6.0", default-features = false, features = ["deflate"] }
[workspace.lints.rust]
unsafe_code = "forbid"