nectar/kinode/packages/app_store/ft_worker/Cargo.toml
2024-08-16 22:53:40 +03:00

25 lines
525 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", tag = "v0.9.0" }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.8"
wit-bindgen = "0.24.0"
zip = { version = "1.1.4", default-features = false, features = ["deflate"] }
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"