mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-05-06 18:29:27 +00:00
14 lines
281 B
TOML
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"] }
|