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

14 lines
281 B
TOML

[package]
name = "nimtimer"
version = "0.1.0"
edition = "2021"
[features]
default = []
tokio-runtime = ["tokio"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", optional = true, features = ["rt-multi-thread", "macros"] }