dim/dim_plugin_helper/Cargo.toml

13 lines
210 B
TOML
Raw Normal View History

2024-06-14 15:22:20 +00:00
[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"