1bb1cde913
This can be particularly useful when using the persistent fields feature to store JSON or other large textual documents.
15 lines
287 B
TOML
15 lines
287 B
TOML
[package]
|
|
name = "gain"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
license = "ISC"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
nih_plug = { path = "../../../", features = ["assert_process_allocs", "zstd"] }
|
|
|
|
parking_lot = "0.12"
|