Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] tick_clock = "*"
rust tick_clock::tick(); let now: u64 = tick_clock::now();