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

22 lines
429 B
TOML
Raw Normal View History

[package]
name = "uninstall"
version = "0.1.0"
edition = "2021"
[features]
simulation-mode = []
[dependencies]
anyhow = "1.0"
2024-10-22 22:44:11 +03:00
kinode_process_lib = "0.9.4"
2024-09-04 01:15:16 +03:00
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2024-04-04 02:53:07 +03:00
wit-bindgen = "0.24.0"
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"