raw-slice/Cargo.toml
2025-04-02 18:29:40 +02:00

15 lines
543 B
TOML

[package]
name = "raw-slice"
version = "0.1.0"
edition = "2024"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "Generic low-level raw slice types"
homepage = "https://egit.irs.uni-stuttgart.de/rust/raw-slice"
repository = "https://egit.irs.uni-stuttgart.de/rust/raw-slice"
license = "Apache-2.0 OR MIT"
keywords = ["no-std", "slice", "embedded", "dma", "pointer", "unsafe", "memory"]
categories = ["no-std", "hardware-support", "embedded", "embedded::no-std", "data-structures"]
[dependencies]
embedded-dma = "0.2"