nectar/kinode/packages/terminal/top/Cargo.toml

22 lines
411 B
TOML
Raw Normal View History

2024-01-18 23:46:54 +03:00
[package]
name = "top"
version = "0.2.0"
2024-01-18 23:46:54 +03:00
edition = "2021"
[features]
simulation-mode = []
2024-01-18 23:46:54 +03:00
[dependencies]
anyhow = "1.0"
clap = "4.4"
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", branch = "develop" }
2024-01-18 23:46:54 +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-18 23:46:54 +03:00
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"