# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "periodic_timer" version = "0.1.1" authors = ["keg66 "] description = "simple Rust implementation of periodic timer." license = "MIT OR Apache-2.0" repository = "https://github.com/keg66/periodic_timer" resolver = "2" [[bin]] name = "sample" path = "bin/sample.rs" [[bin]] name = "capture_sample" path = "bin/capture_sample.rs" [[bin]] name = "struct_sample" path = "bin/struct_sample.rs" [dependencies.spin_sleep] version = "1.1.1"