mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-24 13:46:22 +03:00
23 lines
500 B
TOML
23 lines
500 B
TOML
[package]
|
|
name = "top"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
lto = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
kinode_process_lib = { git = "https://github.com/uqbar-dao/process_lib.git", tag = "v0.5.7-alpha" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "efcc759" }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[package.metadata.component]
|
|
package = "kinode:process"
|