mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-05-06 10:19:33 +00:00
9 lines
139 B
TOML
9 lines
139 B
TOML
[package]
|
|
name = "rust_client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nimtimer = { path = "../nim_bindings" }
|
|
serde_json = "1"
|