mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
18 lines
358 B
TOML
18 lines
358 B
TOML
[package]
|
|
name = "nd-host"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Navidrome host function wrappers for Rust plugins"
|
|
authors = ["Navidrome Team"]
|
|
license = "GPL-3.0"
|
|
readme = "README.md"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
extism-pdk = "1.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|