fugit-timer 0.2.0

A Count Down Timer abstaction that uses fugit time primitives
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fugit"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04ae150b98ef345142101da0a0b4ccfcc577bc8f5b9778b852e9427c667654d3"
dependencies = [
 "gcd",
]

[[package]]
name = "fugit-timer"
version = "0.2.0"
dependencies = [
 "fugit",
 "nb",
]

[[package]]
name = "gcd"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"

[[package]]
name = "nb"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"