-
- Downloads
Update documentation, Initial logging implementation, Restore panic!()
[package] | ||
name = "coap" | ||
version = "0.3.1" | ||
version = "0.4.0" | ||
description = "A CoAP library" | ||
readme = "README.md" | ||
documentation = "http://covertness.github.io/coap-rs/coap/index.html" | ||
... | ... | @@ -17,6 +17,7 @@ threadpool = "0.1" |
url = "0.2.36" | ||
num = "0.1" | ||
rand = "0.3" | ||
log = "0.3" | ||
[dev-dependencies] | ||
quickcheck = "*" |
Please register or sign in to comment