progenitor/example-macro/Cargo.toml

14 lines
458 B
TOML
Raw Permalink Normal View History

[package]
name = "example-macro"
version = "0.0.1"
authors = ["Adam H. Leventhal <ahl@oxidecomputer.com>"]
edition = "2021"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
progenitor = { path = "../progenitor" }
reqwest = { version = "0.11.27", features = ["json", "stream"] }
schemars = { version = "0.8.21", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.9", features = ["serde", "v4"] }