2025-10-30 07:06:19 +01:00
|
|
|
[package]
|
|
|
|
|
name = "pmometadata"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
async-trait = "0.1.89"
|
|
|
|
|
paste = "1"
|
2025-12-30 16:12:30 +01:00
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tokio = { workspace = true }
|
2025-11-01 21:00:26 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tokio-test = "0.4"
|