mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-02-24 04:18:06 +00:00
* bump nwaku to the current master branch ( commit: 625c8ee5 ) * make the waku crate to behave tokio-asynchronously * use of store * use of lightpush and filter * add waku-bindings/src/general/messagehash.rs * add waku-bindings/src/general/time.rs * add waku-bindings/src/general/waku_decode.rs * add WakuEvent management (WakuMessage, ConnectionChange, TopicHealthChange.) * add waku-bindings/src/macros.rs
8 lines
78 B
TOML
8 lines
78 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"basic",
|
|
"tic-tac-toe-gui",
|
|
"toy-chat"
|
|
]
|