objectstore-types 0.0.2

Shared types for the Objectstore client and server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "objectstore-types"
authors = ["Sentry <oss@sentry.io>"]
description = "Shared types for the Objectstore client and server"
homepage = "https://getsentry.github.io/objectstore/"
repository = "https://github.com/getsentry/objectstore"
license-file = "../LICENSE.md"
version = "0.0.2"
edition = "2024"
publish = true

[dependencies]
anyhow = { workspace = true }
humantime = { workspace = true }
http = { workspace = true }
serde = { workspace = true }