2024-01-23 00:19:52 +03:00
|
|
|
[package]
|
|
|
|
name = "install"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2024-03-16 11:36:49 +03:00
|
|
|
[features]
|
|
|
|
simulation-mode = []
|
2024-01-23 00:19:52 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0"
|
2024-07-16 19:14:52 +03:00
|
|
|
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", branch = "develop" }
|
2024-01-23 00:19:52 +03:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
2024-04-04 02:53:07 +03:00
|
|
|
wit-bindgen = "0.24.0"
|
2024-01-23 00:19:52 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[package.metadata.component]
|
|
|
|
package = "kinode:process"
|