1234567891011121314151617181920212223242526272829303132 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "libc"
- version = "0.2.155"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
- [[package]]
- name = "rosu-map"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3c55926c8f0fed1db12fbe96f7a6083a2c4186443dd32532ab34e6902467a4f3"
- [[package]]
- name = "rosu-pp"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "26f146c66bed5900ee1fa2b55ef5cc5dd2dbd45e6cac0f7bee5cae535980afbc"
- dependencies = [
- "rosu-map",
- ]
- [[package]]
- name = "rosu-pp-c"
- version = "0.1.0"
- dependencies = [
- "libc",
- "rosu-pp",
- ]
|