mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-02-28 12:53:11 +00:00
16 lines
305 B
TOML
16 lines
305 B
TOML
[package]
|
|
name = "rust-bundle"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "rust_bundle"
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
libchat = { path = "../vendor/libchat/conversations" }
|
|
rln = { path = "../vendor/nwaku/vendor/zerokit/rln", features = ["arkzkey"] }
|