studio-theme-space/Cargo.toml
flemming-it 021beaa962 chore: initial studio-theme-space 0.1.0
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-06-02 01:35:53 +02:00

32 lines
766 B
TOML

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