mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
16 lines
335 B
TOML
16 lines
335 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]
|
|
extism-pdk = "1.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|