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

19 lines
433 B
TOML
Raw Normal View History

2024-01-23 21:28:32 +03:00
[package]
name = "alias"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
2024-03-09 00:52:41 +03:00
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", rev = "b699c3d" }
2024-01-23 21:28:32 +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-23 21:28:32 +03:00
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"