Ivan FB f9d9a5237c
simplify Rust example
Co-authored-by: Copilot <copilot@github.com>
2026-05-03 16:54:53 +02:00

18 lines
347 B
TOML

[package]
name = "rust_client"
version = "0.1.0"
edition = "2021"
[dependencies]
nimtimer = { path = "../rust_bindings", features = ["tokio-runtime"] }
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"