mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-03 15:37:08 +03:00
23 lines
432 B
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"
|