timer/Cargo.toml (11 lines of code) (raw):
[package]
name = "rustcommon-timer"
version = "1.0.1"
authors = ["Brian Martin <bmartin@twitter.com>"]
edition = "2021"
license = "Apache-2.0"
description = "Timer wheel"
homepage = "https://github.com/twitter/rustcommon/timer"
repository = "https://github.com/twitter/rustcommon"
[dependencies]
log = "0.4.17"