twittok/proxy/Cargo.toml

22 lines
478 B
TOML
Raw Permalink Normal View History

2024-10-22 13:27:48 +00:00
[package]
name = "proxy"
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" }
mime = "0.3.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strsim = "0.10.0"
wit-bindgen = "0.24.0"
url = "2.5.2"
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "kinode:process"