2016-08-17 16:39:05 +08:00
|
|
|
[root]
|
|
|
|
name = "runtime"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-09-27 21:36:55 +08:00
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 22:03:31 +08:00
|
|
|
"fringe 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-07 00:42:13 +08:00
|
|
|
"lwip 0.0.0",
|
2016-08-17 16:39:05 +08:00
|
|
|
"std_artiq 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2016-09-27 21:36:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fringe"
|
2016-09-20 22:03:31 +08:00
|
|
|
version = "1.1.0"
|
2016-08-30 19:20:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-07 00:42:13 +08:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 19:20:04 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-17 16:39:05 +08:00
|
|
|
[[package]]
|
2016-09-07 00:42:13 +08:00
|
|
|
name = "lwip"
|
2016-08-17 16:39:05 +08:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-09-07 00:42:13 +08:00
|
|
|
"lwip-sys 0.0.0",
|
|
|
|
"std_artiq 0.0.0",
|
2016-08-17 16:39:05 +08:00
|
|
|
]
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
2016-09-07 00:42:13 +08:00
|
|
|
name = "lwip-sys"
|
|
|
|
version = "0.0.0"
|
2016-08-30 19:20:04 +08:00
|
|
|
|
|
|
|
[[package]]
|
2016-09-07 00:42:13 +08:00
|
|
|
name = "std_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_artiq 0.0.0",
|
|
|
|
]
|
2016-08-30 19:20:04 +08:00
|
|
|
|
|
|
|
[metadata]
|
2016-09-27 21:36:55 +08:00
|
|
|
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
2016-09-20 22:03:31 +08:00
|
|
|
"checksum fringe 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "987689dcfad85eee8d76b477865641ec483e63fb86d52966bfc350c4a647d78a"
|
2016-08-30 19:20:04 +08:00
|
|
|
"checksum libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "23e3757828fa702a20072c37ff47938e9dd331b92fac6e223d26d4b7a55f7ee2"
|