[package]
name = "args-api"
version = "0.1.0"
description = "Shared API contract types and endpoint definitions for args."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
documentation = "https://docs.rs/args-api"
keywords = ["args", "api"]
categories = ["api-bindings"]
exclude = ["CLAUDE.md"]
[dependencies]
args-api-derive = { workspace = true }
chrono = { workspace = true }
http = { workspace = true }
serde = { workspace = true }
uuid = { workspace = true }