diff options
Diffstat (limited to 'third_party/rust/coremidi-sys/Cargo.lock')
-rw-r--r-- | third_party/rust/coremidi-sys/Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/rust/coremidi-sys/Cargo.lock b/third_party/rust/coremidi-sys/Cargo.lock new file mode 100644 index 0000000000..58f59780b8 --- /dev/null +++ b/third_party/rust/coremidi-sys/Cargo.lock @@ -0,0 +1,16 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "core-foundation-sys" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" + +[[package]] +name = "coremidi-sys" +version = "3.1.0" +dependencies = [ + "core-foundation-sys", +] |