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

23 lines
493 B
TOML
Raw Normal View History

2024-01-19 20:55:30 +03:00
[package]
name = "m"
version = "0.1.0"
edition = "2021"
[features]
simulation-mode = []
2024-01-19 20:55:30 +03:00
[dependencies]
anyhow = "1.0"
clap = "4.4.18"
2024-03-09 01:45:18 +03:00
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", tag = "v0.6.0" }
2024-01-27 02:58:03 +03:00
regex = "1.10.3"
2024-01-19 20:55:30 +03:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2024-02-13 07:51:02 +03:00
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "21a46c7" }
2024-01-19 20:55:30 +03:00
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"