summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-01-21Update nix to 0.16.1Manos Pitsidianakis
2020-01-20Send timer ID as si_value to SIGALRM handlerManos Pitsidianakis
Associate each alarm signal with the timer of its origin.
2020-01-20Replace StackVec with smallvec::SmallVecManos Pitsidianakis
SmallVec has a less buggy and better implementation.
2020-01-06remove chronoManos Pitsidianakis
2019-12-27Plugins WIP #2Manos Pitsidianakis
2019-12-23Plugins WIPManos Pitsidianakis
2019-12-13JMAP WIPManos Pitsidianakis
2019-12-09Fix typos in MakefileManos Pitsidianakis
2019-11-08add sqlite3 feature WIPManos Pitsidianakis
2019-11-05Add embed pty supportManos Pitsidianakis
Emulate a terminal within meli. In the next commit it will be used to embed an editor in the composing tab. This is a non-complete xterm emulation that has some bugs.
2019-10-20ui/compose: add modification detectionManos Pitsidianakis
Detect if modifications were done to the draft in the compose tab so that we can ask for confirmation if user wants to quit an unsaved draft.
2019-10-20Update uuid dependency to 0.7.4Manos Pitsidianakis
2019-09-28Reexport debug-tracing feature from main Cargo.tomlManos Pitsidianakis
Main crate's feature didn't enable the same feature in the workspace subcrates.
2019-09-28Add Cargo.lockManos Pitsidianakis