mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 03:44:04 +03:00
22 lines
427 B
TOML
22 lines
427 B
TOML
[package]
|
|
name = "install"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
simulation-mode = []
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
kinode_process_lib = "0.9.1"
|
|
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
|
|
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"
|