summaryrefslogtreecommitdiffhomepage
path: root/talpid-time
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-06-10Update nix to 0.30 everywhereJoakim Hulthe1-1/+1
2025-02-25Replace libc with nix in talpid-time::unixJoakim Hulthe2-17/+16
2024-06-10Fix `cargo udeps`Markus Pettersson1-0/+2
2024-04-23Document 'test' feature in talpid-timeDavid Lönnhager1-0/+2
2024-04-23Make talpid-time timers mockable in testsDavid Lönnhager2-2/+11
2024-02-14Fix talpid-time for iOS, add FFI for mullvad-apiEmīls1-1/+1
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-1/+1
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-04-12Use underscore notation for gigantic numberDavid Lönnhager1-1/+1
2022-04-12Use correct nanosecond type on all architecturesDavid Lönnhager1-2/+2
2022-04-11Add talpid-time crateDavid Lönnhager3-0/+123