16 lines
443 B
TOML
16 lines
443 B
TOML
[package]
|
|
name = "amlserde"
|
|
version = "0.0.1"
|
|
authors = ["Ron Williams"]
|
|
repository = "https://gitlab.redox-os.org/redox-os/drivers"
|
|
description = "Library for serializing AML symbols"
|
|
categories = ["hardware-support"]
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aml = { git = "https://github.com/rw-vanc/acpi.git", branch = "cumulative" }
|
|
rustc-hash = "1.1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.7.3"
|