studio-theme-glass-apple/Cargo.toml
flemming-it 50e2c4bb29 refactor: depend on renamed chain-plugin-sdk
Signed-off-by: flemming-it <sf@flemming.it>
2026-06-16 11:29:43 +02:00

32 lines
790 B
TOML

# Standalone Cargo.toml — targets wasm32-wasip2.
#
# Build:
# cargo build --release --target wasm32-wasip2
#
# Output: target/wasm32-wasip2/release/studio_theme_glass_apple.wasm
[package]
name = "studio_theme_glass_apple"
version = "0.1.0"
edition = "2021"
authors = ["Dr. Stefan Flemming <chain@flemming.ai>"]
license = "Apache-2.0"
publish = false
description = "F∆I Studio plugin — Cool neutral Apple-system-inspired Studio theme."
repository = "https://git.flemming.ai/fai-plugins/studio-theme-glass-apple"
rust-version = "1.85"
[lib]
crate-type = ["cdylib"]
[dependencies]
chain-plugin-sdk = { path = "../../fai_chain_plugin_sdk_rust" }
[package.metadata.component]
package = "fai:studio-plugin"
[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true