radicle-heartwood-lfs/crates
Fintan Halpenny d98033a1ff localtime: localise the localtime dependency
The `localtime` crate was defined by cloudhead, and is a minimal
repository with a single `lib.rs`.

Instead of using it as an external dependency, copy the code directly
into a new workspace crate `radicle-localtime`.

The default `serde` implementation goes through the `LocalTime`'s
seconds values rather than milliseconds, since this is the more common
format. This allows the removal of the `serde_ext` functions.
The one place milliseconds was used was for the
`radicle::cob::common::Timestamp` type, where the `Serialize` and
`Deserialize` implementations are manually written.

It also adds a `schemars` feature to remove `schemars_ext` functions
in `radicle` as well.
2026-01-08 14:58:41 +01:00
..
radicle localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
radicle-cli localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
radicle-cli-test chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
radicle-cob cob: allow hyphens in `TypeName` 2025-12-15 14:30:27 +01:00
radicle-crypto workspace/rust/clippy: Fix all warnings 2025-10-17 12:56:43 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch fetch: surface underlying I/O error 2026-01-05 18:29:52 +01:00
radicle-git-metadata workspace/rust/clippy: Fix all warnings 2025-10-17 12:56:43 +02:00
radicle-git-ref-format git-ref-format: New crate 2025-10-13 13:34:15 +02:00
radicle-localtime localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
radicle-node localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
radicle-oid oid: use `std:#️⃣:Hasher::hash` over `Hasher::write` 2025-10-16 15:14:10 +01:00
radicle-protocol localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
radicle-remote-helper remote-helper: inform the user of an empty patch 2025-11-28 20:19:47 +01:00
radicle-schemars crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
radicle-systemd systemd: Support Credentials 2025-10-09 10:03:21 +01:00
radicle-term workspace: Enable vendored `libgit2` 2025-10-13 16:14:23 +02:00