Files
hakorune/plugins/nyash-filebox-plugin/Cargo.toml

15 lines
239 B
TOML
Raw Normal View History

[package]
name = "nyash-filebox-plugin"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"] # 動的/静的 両対応
[dependencies]
# 最小限の依存関係のみ
once_cell = "1.20"
[features]
default = []