33 lines
838 B
TOML
33 lines
838 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "mxrox"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"no-std-compat 0.4.1",
|
|
"stable-vec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "no-std-compat"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"
|
|
|
|
[[package]]
|
|
name = "no-std-compat"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
|
[[package]]
|
|
name = "stable-vec"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8"
|
|
dependencies = [
|
|
"no-std-compat 0.2.0",
|
|
]
|