mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-30 12:03:42 +03:00
20 lines
396 B
TOML
20 lines
396 B
TOML
|
[package]
|
||
|
name = "widget"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0"
|
||
|
bincode = "1.3.3"
|
||
|
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", tag = "v0.7.0" }
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
serde_json = "1.0"
|
||
|
url = "2.5.0"
|
||
|
wit-bindgen = "0.24.0"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[package.metadata.component]
|
||
|
package = "kinode:process"
|