gchp / iota

A terminal-based text editor written in Rust
MIT License
1.62k stars 80 forks source link

Update rustc-serialize with serde #149

Open khubo opened 5 years ago

khubo commented 5 years ago

the current serialize package used by Docopt (rustc-serialize) is deprecated in favour of serde. Hence, upgrade to use serde instead!