mklinker 0.1.4

为对应架构生成链接脚本
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "aarch64_define"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef47f4490c27c01b4da5323dc437bfedaf6e64148c5b7daf228184da4cac9153"

[[package]]
name = "mklinker"
version = "0.1.4"
dependencies = [
 "aarch64_define",
]