yggdrasil/lib/libyalloc/Cargo.lock

63 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-12-18 14:32:27 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-12-18 14:42:05 +02:00
[[package]]
name = "compiler_builtins"
version = "0.1.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3686cc48897ce1950aa70fd595bd2dc9f767a3c4cca4cd17b2cb52a2d37e6eb4"
dependencies = [
"rustc-std-workspace-core",
]
2023-12-18 14:32:27 +02:00
[[package]]
name = "libc"
version = "0.2.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
2023-12-18 14:36:54 +02:00
dependencies = [
"rustc-std-workspace-core",
]
2023-12-18 14:32:27 +02:00
[[package]]
name = "libyalloc"
version = "0.1.0"
dependencies = [
"libc",
"rustc-std-workspace-core",
2023-12-18 14:42:05 +02:00
"yggdrasil-rt",
2023-12-18 14:32:27 +02:00
]
2023-12-18 14:42:05 +02:00
[[package]]
name = "rustc-std-workspace-alloc"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86"
2023-12-18 14:32:27 +02:00
[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
2023-12-18 14:42:05 +02:00
[[package]]
name = "yggdrasil-abi"
version = "0.1.0"
source = "git+https://git.alnyan.me/yggdrasil/yggdrasil-abi.git#449da18378f3340bb3aa06f00c1f99c79835e18f"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-core",
]
[[package]]
name = "yggdrasil-rt"
version = "0.1.0"
source = "git+https://git.alnyan.me/yggdrasil/yggdrasil-rt.git#54029c01f14902b11b079fa709f87ab4e4951911"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-alloc",
"rustc-std-workspace-core",
"yggdrasil-abi",
]