mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 22:43:07 +00:00
* Added JsonResponse type * Add dependencies * Added wakumessage * Adjust go build to link with missing simbols on osx * Added general types * Nitpick in docs
11 lines
278 B
TOML
11 lines
278 B
TOML
[package]
|
|
name = "waku"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
waku-sys = { path = "../waku-sys" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0" |