mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-08 08:53:12 +00:00
12 lines
218 B
TOML
12 lines
218 B
TOML
[package]
|
|
name = "tic-tac-toe"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
termcolor = "0.3"
|
|
waku = { path = "../../waku-bindings", package = "waku-bindings" }
|
|
serde_json = "1.0"
|
|
ark-std = "0.4"
|
|
ctrlc = "3.2.4"
|