dynamic_library/plugin/Cargo.toml
2025-02-06 14:33:22 +01:00

12 lines
170 B
TOML

[package]
name = "plugin"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
shared = { path = "../shared" }
stabby = { workspace = true }