48 lines
1.1 KiB
TOML
48 lines
1.1 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
|
|
dependencies = [
|
|
"find-msvc-tools",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiler_builtins"
|
|
version = "0.1.160"
|
|
source = "git+https://github.com/rust-lang/compiler-builtins#a6145905160801fb2a6ac45aab3f1ceeeabc15a8"
|
|
|
|
[[package]]
|
|
name = "ddi"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "find-msvc-tools"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
|
|
|
|
[[package]]
|
|
name = "lbos"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"cc",
|
|
"compiler_builtins",
|
|
"ddi",
|
|
"liblbos",
|
|
]
|
|
|
|
[[package]]
|
|
name = "liblbos"
|
|
version = "0.1.1"
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|