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

14 lines
175 B
TOML
Raw Normal View History

[package]
name = "nyash-net-plugin"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
once_cell = "1.20"
[features]
default = []