kernel-dev/Cargo.toml

14 lines
259 B
TOML
Raw Normal View History

[package]
name = "metaverse"
version = "0.1.0"
edition = "2021"
2024-04-07 05:10:42 +08:00
[lib]
2024-04-06 04:07:32 +08:00
crate-type = ["staticlib"]
# 此Cargo.toml仅用于rust-analyzer识别rust部分的代码
# 不应使用cargo编译
[target.'cfg(target_arch = "x86_64")']
target = "x86_64-unknown-none"