onur / acme-client

Yet another Let's Encrypt client and library written in Rust.
MIT License
225 stars 33 forks source link

Drop rustc_serialize in favor of serde_json #16

Closed Albibek closed 6 years ago

Albibek commented 6 years ago

Hi.

This should close #11. I've checked it only with cargo test, could be great if some real case could be tested as well on.

onur commented 6 years ago

@Albibek this is great thank you very much. I tested signing a certificate and everything is working as expected.

I will get rid of compiler warnings and release a new version.