mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-20 16:29:31 +00:00
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
18 lines
314 B
TOML
18 lines
314 B
TOML
[package]
|
|
name = "rust_client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
timer = { path = "../rust_bindings" }
|
|
serde_json = "1"
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
|
|
|
[[bin]]
|
|
name = "rust_client"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "tokio_client"
|
|
path = "src/tokio_main.rs"
|