mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-02-28 04:43:07 +00:00
13 lines
270 B
TOML
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"] }
|