nectar/kinode/packages/terminal/help/Cargo.toml

18 lines
310 B
TOML
Raw Normal View History

[package]
name = "help"
version = "0.1.0"
edition = "2021"
[features]
simulation-mode = []
[dependencies]
2024-08-16 22:01:47 +03:00
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", tag = "v0.9.0" }
wit-bindgen = "0.24.0"
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"