mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-20 23:21:36 +03:00
18 lines
314 B
TOML
18 lines
314 B
TOML
|
[package]
|
||
|
name = "help"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[features]
|
||
|
simulation-mode = []
|
||
|
|
||
|
[dependencies]
|
||
|
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", branch = "develop" }
|
||
|
wit-bindgen = "0.24.0"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[package.metadata.component]
|
||
|
package = "kinode:process"
|