mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
The previous loop device implementation required bindgen for no reason, making cross-compilation difficult. Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
16 lines
291 B
TOML
16 lines
291 B
TOML
[package]
|
|
name = "krata-loopdev"
|
|
description = "Loop device handling library for krata"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[lib]
|
|
name = "krataloopdev"
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|