18 lines
447 B
TOML
18 lines
447 B
TOML
[package]
|
|
name = "owlry-plugin-api"
|
|
version = "0.4.7"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Plugin API for owlry application launcher"
|
|
keywords = ["owlry", "plugin", "api"]
|
|
categories = ["api-bindings"]
|
|
|
|
[dependencies]
|
|
# ABI-stable types for dynamic linking
|
|
abi_stable = "0.11"
|
|
|
|
# Serialization for plugin config
|
|
serde = { version = "1", features = ["derive"] }
|