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

18 lines
311 B
TOML
Raw Normal View History

2024-01-16 01:07:59 +03:00
[package]
2024-01-17 02:28:34 +03:00
name = "echo"
2024-01-16 01:07:59 +03:00
version = "0.1.0"
edition = "2021"
[features]
simulation-mode = []
2024-01-16 01:07:59 +03:00
[dependencies]
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", rev = "778457a" }
2024-04-04 02:53:07 +03:00
wit-bindgen = "0.24.0"
2024-01-16 01:07:59 +03:00
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
2024-01-18 07:21:34 +03:00
package = "kinode:process"