nectar/kinode/packages/app_store/ft_worker/Cargo.toml

23 lines
432 B
TOML

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