16 lines
349 B
TOML
16 lines
349 B
TOML
[package]
|
|
name = "opiate"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
# baseplug = { git = "https://github.com/wrl/baseplug.git", rev = "9cec68f31cca9c0c7a1448379f75d92bbbc782a8" }
|
|
baseplug = { path = "../baseplug" }
|
|
serde = "1.0.126"
|
|
pvoc = { path = "../pvoc-rs" }
|
|
utils = { path = "../utils" }
|
|
log = "0.4.14"
|