123456789101112 |
- [package]
- name = "smoltcp"
- version = "0.1.0"
- authors = ["whitequark <[email protected]>"]
- [dependencies]
- byteorder = { version = "0.5", default-features = false }
- libc = { version = "0.2.18", optional = true }
- [features]
- std = ["libc"]
- default = ["std"]
|