Cargo.lock 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "app1"
  6. version = "0.1.0"
  7. dependencies = [
  8. "libloading",
  9. ]
  10. [[package]]
  11. name = "cfg-if"
  12. version = "1.0.0"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  15. [[package]]
  16. name = "libloading"
  17. version = "0.7.2"
  18. source = "registry+https://github.com/rust-lang/crates.io-index"
  19. checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52"
  20. dependencies = [
  21. "cfg-if",
  22. "winapi",
  23. ]
  24. [[package]]
  25. name = "winapi"
  26. version = "0.3.9"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  29. dependencies = [
  30. "winapi-i686-pc-windows-gnu",
  31. "winapi-x86_64-pc-windows-gnu",
  32. ]
  33. [[package]]
  34. name = "winapi-i686-pc-windows-gnu"
  35. version = "0.4.0"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  38. [[package]]
  39. name = "winapi-x86_64-pc-windows-gnu"
  40. version = "0.4.0"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"