logos-chat/rust-bundle/Cargo.toml
osmaczko f9331976d4
wip
2026-02-27 19:42:40 +01:00

13 lines
270 B
TOML

[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"] }