[package] name = "naive-timer" version = "0.2.0" authors = ["Runji Wang "] edition = "2018" description = "A minimal naive timer for embedded (no_std) platforms." homepage = "https://github.com/rcore-os/naive-timer" documentation = "https://docs.rs/naive-timer" readme = "README.md" keywords = ["no_std", "timer"] categories = ["no-std", "embedded"] license = "MIT" repository = "https://github.com/rcore-os/naive-timer" exclude = [".idea"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]