15 lines
381 B
TOML
15 lines
381 B
TOML
[package]
|
|
name = "amlserde"
|
|
description = "Library for serializing AML symbols"
|
|
version = "0.0.1"
|
|
authors = ["Ron Williams"]
|
|
repository = "https://gitlab.redox-os.org/redox-os/drivers"
|
|
categories = ["hardware-support"]
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
acpi = { git = "https://github.com/jackpot51/acpi.git" }
|
|
serde.workspace = true
|
|
toml.workspace = true
|