asterinas/kernel/libs/device-id/Cargo.toml

13 lines
244 B
TOML
Raw Normal View History

[package]
name = "device-id"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-11-19 08:20:13 +00:00
aster-util = { path = "../aster-util" }
[lints]
workspace = true