rustytime-server 0.23.2

🕒 blazingly fast time tracking for developers
Documentation
1
2
3
4
5
6
7
8
9
msrv = "1.91"

disallowed-types = [
    { path = "std::collections::LinkedList", reason = "LinkedList is slow" },
    { path = "ring::digest::SHA1_FOR_LEGACY_USE_ONLY", reason = "SHA-1 is cryptographically broken", allow-invalid = true },
]
disallowed-macros = [
    "std::dbg",
]