mirror of
https://github.com/autc04/Retro68.git
synced 2026-01-27 00:17:02 +00:00
31 lines
696 B
TOML
31 lines
696 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "generic_format_parser"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.152"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
|
|
|
[[package]]
|
|
name = "libformat_parser"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"generic_format_parser",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|