20 lines
460 B
TOML
20 lines
460 B
TOML
[package]
|
|
name = "aster-util"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
aster-rights.workspace = true
|
|
aster-rights-proc.workspace = true
|
|
inherit-methods-macro.workspace = true
|
|
osdk-heap-allocator.workspace = true
|
|
ostd.workspace = true
|
|
ostd-pod.workspace = true
|
|
typeflags-util.workspace = true
|
|
zerocopy.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|