Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Run 'cargo update' #195

Closed Fluxie closed 2 weeks ago

Fluxie commented 2 weeks ago

Included the minimal amount changes required to compile with 'cargo build'. Included 'cargo fmt' as well.

Lots of work needed to brinf this up-to-date. First major annoyance is that "failure" crate has been deprecated and its macros spew warnings now. I plan to replace it with 'thiserror' next.