nectar/kinode/packages/terminal/help/Cargo.toml
2024-10-22 15:44:11 -04:00

18 lines
248 B
TOML

[package]
name = "help"
version = "0.1.0"
edition = "2021"
[features]
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.4"
wit-bindgen = "0.24.0"
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"