nectar/modules/script/cat/Cargo.toml

23 lines
502 B
TOML
Raw Normal View History

2024-01-16 01:07:59 +03:00
[package]
2024-01-17 02:28:34 +03:00
name = "cat"
2024-01-16 01:07:59 +03:00
version = "0.1.0"
edition = "2021"
[profile.release]
panic = "abort"
opt-level = "s"
lto = true
[dependencies]
anyhow = "1.0"
nectar_process_lib = { git = "ssh://git@github.com/uqbar-dao/process_lib.git", tag = "v0.5.1-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 = "nectar:process"