mirror of
https://github.com/navidrome/navidrome.git
synced 2026-01-03 06:15:22 +00:00
17 lines
379 B
TOML
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"
|