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

19 lines
443 B
TOML
Raw Normal View History

[package]
name = "install"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
2024-02-03 06:09:10 +03:00
kinode_process_lib = { git = "https://github.com/uqbar-dao/process_lib.git", tag = "v0.5.8-alpha" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "efcc759" }
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"