mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 22:43:07 +00:00
14 lines
295 B
TOML
14 lines
295 B
TOML
[package]
|
|
name = "toy-chat"
|
|
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" }
|
|
tui = "0.19"
|
|
crossterm = "0.25"
|
|
unicode-width = "0.1"
|
|
prost = "0.11"
|
|
once_cell = "1.15" |