Skip to content
Snippets Groups Projects
Select Git revision
  • 4a1f1a267837d555be0d9efb9cc2f4974ad65099
  • student default protected
2 results

stlink.cfg

Blame
  • Forked from Per Lindgren / e7020e_2019
    Source project has a limited visibility.
    Cargo.toml 512 B
    [package]
    name = "coap"
    version = "0.5.1"
    description = "A CoAP library"
    readme = "README.md"
    documentation = "http://covertness.github.io/coap-rs/coap/index.html"
    repository = "https://github.com/covertness/coap-rs"
    license = "MIT"
    authors = ["Yang Zhang <wuyingfengsui@gmail.com>"]
    keywords = ["CoAP"]
    
    [dependencies]
    bincode = "0.3.0"
    rustc-serialize = "0.3"
    mio = "0.5"
    url = "0.2.36"
    num = "0.1"
    rand = "0.3"
    log = "0.3"
    threadpool = "1.3"
    enum_primitive = "0.1.1"
    
    [dev-dependencies]
    quickcheck = "0.2.27"