15 lines
434 B
TOML
15 lines
434 B
TOML
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "zerod"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[metadata]
|
|
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
|