nectar/kinode/packages/app_store/ft_worker/Cargo.toml
2024-03-08 18:52:41 -03:00

21 lines
468 B
TOML

[package]
name = "ft_worker"
version = "0.2.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", rev = "b699c3d" }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "21a46c7" }
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"