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.1.0 (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.1.0"
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.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"