Files
uv/crates/puffin-cache/Cargo.toml
T
Charlie Marsh 8123e1a8f6 Add stable hash crate (#281)
This PR adds a `puffin-cache` crate that we can share across a variety of
other crates to generate stable hashes.
2023-11-01 23:41:45 +00:00

17 lines
459 B
TOML

[package]
name = "puffin-cache"
version = "0.0.1"
description = "Generate stable hash digests across versions and platforms."
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
documentation = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[dependencies]
hex = { workspace = true }
seahash = { workspace = true }
url = { workspace = true }