mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-01-10 06:36:03 +00:00
d006ef4ecd
* Added config.toml to waku crate * Update gitignore * Update readme * Remove private items docs * Fix docs links * Refactor waku to waku-bindings crate Added badges * Fix links * Add usage
7 lines
87 B
TOML
7 lines
87 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"waku-bindings",
|
|
"waku-sys",
|
|
"examples/toy-chat"
|
|
] |