twittok/cookies/Cargo.toml

19 lines
432 B
TOML
Raw Permalink Normal View History

2024-10-22 13:27:48 +00:00
[package]
name = "cookies"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
kinode_process_lib = { version = "0.9.2", features = ["logging"] }
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"