| 1234567891011121314151617181920212223 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "fs_extra"
- version = "1.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
- [[package]]
- name = "libc"
- version = "0.2.125"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
- [[package]]
- name = "rust-msc"
- version = "0.1.0"
- dependencies = [
- "fs_extra",
- "libc",
- ]
|