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

19 lines
440 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"
[dependencies]
anyhow = "1.0"
2024-02-02 23:11:23 +03:00
kinode_process_lib = { git = "https://github.com/uqbar-dao/process_lib.git", tag = "v0.5.7-alpha" }
2024-01-16 01:07:59 +03:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "efcc759" }
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
2024-01-18 07:21:34 +03:00
package = "kinode:process"