Files
asterinas/kernel/libs/xarray/Cargo.toml
2025-04-19 16:48:15 +08:00

13 lines
235 B
TOML

[package]
name = "xarray"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ostd = { path = "../../../ostd" }
[lints]
workspace = true