Cargo.lock 575 B

1234567891011121314151617181920212223
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "fs_extra"
  6. version = "1.3.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
  9. [[package]]
  10. name = "libc"
  11. version = "0.2.125"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
  14. [[package]]
  15. name = "rust-msc"
  16. version = "0.1.0"
  17. dependencies = [
  18. "fs_extra",
  19. "libc",
  20. ]