13 lines
210 B
TOML
13 lines
210 B
TOML
[package]
|
|
name = "dim_plugin_helper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name="dim_plugin_helper"
|
|
|
|
[dependencies]
|
|
bytes = "1.6.0"
|
|
lazy_static = { version = "1.4.0", features = ["spin"] }
|
|
libc = "0.2.155"
|