Fixed remake not being in EU region. Added heap support to remake. Added remake to `rust-analyzer` linked projects.
26 lines
614 B
TOML
26 lines
614 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "dw2003"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"psx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked_list_allocator"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a"
|
|
|
|
[[package]]
|
|
name = "psx"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47204f4a0c027798cd54dfa8ae34a3ce0d9fa0e2f59de7403f0c0a5e404e3198"
|
|
dependencies = [
|
|
"linked_list_allocator",
|
|
]
|