asterinas/kernel/libs/xarray/Cargo.toml

13 lines
235 B
TOML
Raw Normal View History

2025-04-18 02:41:54 +00:00
[package]
name = "xarray"
version = "0.1.0"
2025-12-08 12:49:46 +00:00
edition = "2024"
2025-04-18 02:41:54 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ostd = { path = "../../../ostd" }
[lints]
workspace = true