uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Update code and dependencies #17

Closed indiv0 closed 7 years ago

indiv0 commented 7 years ago

Fix breaking changes introduced by the rust-peg library. Add serde library to provide config (de)serialization; necessary due to changes to the toml library. Update for changes to rust (AsRef for Cow<str>s). Update dependency versions in Cargo.lock.

indiv0 commented 7 years ago

I just realized this commit is branched off of my master and not yours. Dang it. I'll fix it.