Deluan 67ab3dc81a feat: implement Rust PDK
Signed-off-by: Deluan <deluan@navidrome.org>
2025-12-31 17:06:33 -05:00

17 lines
379 B
TOML

[package]
name = "webhook-rs"
version = "1.0.0"
edition = "2021"
description = "Navidrome webhook plugin that sends HTTP requests on scrobble events"
authors = ["Navidrome Team"]
license = "GPL-3.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
nd-pdk = { path = "../../pdk/rust/nd-pdk" }
extism-pdk = "1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"