artiq/artiq/runtime.rs/Cargo.lock

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-08-17 16:39:05 +08:00
[root]
name = "runtime"
version = "0.0.0"
dependencies = [
"fringe 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"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-08-30 19:20:04 +08:00
[[package]]
name = "fringe"
version = "1.0.5"
2016-08-30 19:20:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"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]]
name = "lwip"
2016-08-17 16:39:05 +08:00
version = "0.0.0"
dependencies = [
"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]]
name = "lwip-sys"
version = "0.0.0"
2016-08-30 19:20:04 +08:00
[[package]]
name = "std_artiq"
version = "0.0.0"
dependencies = [
"alloc_artiq 0.0.0",
]
2016-08-30 19:20:04 +08:00
[metadata]
"checksum fringe 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c5257685076edffc8f1a85a382135cdf27ba915ac74e47ae55aba19945c17955"
2016-08-30 19:20:04 +08:00
"checksum libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "23e3757828fa702a20072c37ff47938e9dd331b92fac6e223d26d4b7a55f7ee2"