[package] name = "time-tick" version = "0.0.1" edition = "2021" license = "MIT" description = "Time Ticker" repository = "https://github.com/piot/time-tick" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] monotonic-time-rs = "0.0.5" log = "0.4.22"