Documentation
[package]

authors = ["rise0chen <rise0chen@163.com>"]

description = "realtime"

edition = "2021"

license-file = "LICENSE"

name = "rt-thread"

readme = "./README.md"

repository = "https://github.com/rise0chen/realtime.git"

version = "0.1.15"



[dependencies]

log = "^0.4"

realtime-core = {version = "0.1", path = "../realtime-core"}

thread-priority = "3"



[target.'cfg(not(windows))'.dependencies]

nix = {version = "0.29", default-features = false, features = ["user"]}



[dev-dependencies]

clock_source = "^0.2"