summaryrefslogtreecommitdiffstats
path: root/third_party/rust/coremidi-sys/Cargo.lock
blob: 58f59780b892592834101f2e414258e59d8e2ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
]