Re: [Rust] Orphaning some CLI tools (written in Rust)

2024-12-28 Thread Fabio Valentini
On Sat, Dec 28, 2024 at 10:35 AM Miro Hrončok wrote: > > On 22. 12. 24 21:37, Fabio Valentini via Rust wrote: > > Hi all, > > > > Doing some end-of-year "does this still spark joy?" type of chores, I > > decided to orphan a few packages for command-line tools (written in > > Rust) that I picked up

Re: [Rust] Orphaning some CLI tools (written in Rust)

2024-12-28 Thread Miro Hrončok
On 22. 12. 24 21:37, Fabio Valentini via Rust wrote: Hi all, Doing some end-of-year "does this still spark joy?" type of chores, I decided to orphan a few packages for command-line tools (written in Rust) that I picked up at some point but which I myself don't use: - rust-git-delta Hey Fabio.