Cargo.lock 859 B

1234567891011121314151617181920212223242526
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "libc"
  5. version = "0.2.65"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "vlc-rs"
  9. version = "0.3.0"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. dependencies = [
  12. "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
  13. ]
  14. [[package]]
  15. name = "vlc-transcode"
  16. version = "0.1.0"
  17. dependencies = [
  18. "vlc-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  19. ]
  20. [metadata]
  21. "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
  22. "checksum vlc-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6223b2d4a7b2977e0758cbff1cb00df37236f91de4593da47f8a2737ac59a96e"