logos-chat/rust-bundle/Cargo.toml

13 lines
270 B
TOML
Raw Normal View History

2026-02-27 18:41:34 +01:00
[package]
name = "rust-bundle"
version = "0.1.0"
edition = "2021"
[lib]
name = "rust_bundle"
crate-type = ["staticlib"]
[dependencies]
libchat = { path = "../vendor/libchat/conversations" }
rln = { path = "../vendor/nwaku/vendor/zerokit/rln", features = ["arkzkey"] }