2021-07-24 16:40:59 +00:00
|
|
|
[package]
|
|
|
|
name = "threebandeq"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
baseplug = { git = "https://github.com/wrl/baseplug.git", rev = "9cec68f31cca9c0c7a1448379f75d92bbbc782a8" }
|
|
|
|
serde = "1.0.126"
|
2021-07-24 20:25:18 +00:00
|
|
|
|
|
|
|
utils = { path = "../utils" }
|