mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 19:06:29 +03:00
It's a more stable interface, if `shift()` suddenly will need to wait for smth like finalisation of parallel running critical sections assuming there are no time jumps, we don't need to fix all its usages.
10 lines
169 B
TOML
10 lines
169 B
TOML
[package]
|
|
name = "deltachat-time"
|
|
version = "1.0.0"
|
|
description = "Time-related tools"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
tokio = { workspace = true }
|