mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 22:43:07 +00:00
16 lines
308 B
TOML
16 lines
308 B
TOML
[package]
|
|
name = "ping-pong"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
waku = { path = "../../waku-bindings" }
|
|
prost = "0.11"
|
|
once_cell = "1.15"
|
|
chrono = "0.4"
|
|
serde = "1.0.147"
|
|
serde_json = "1.0.87"
|
|
|