krata/libs/loopdev/Cargo.toml
2024-03-07 18:04:22 +00:00

18 lines
513 B
TOML

# This package is from https://github.com/stratis-storage/loopdev-3
# Edera maintains an in-tree version because the goals of krata mean that
# there is as little binding generation as possible, especially bindings which
# prevent development from macOS, like the original library.
[package]
name = "loopdev"
version.workspace = true
license = "MIT"
edition = "2021"
[dependencies]
errno = { workspace = true }
libc = { workspace = true }
nix = { workspace = true, features = ["ioctl"] }
[lib]
name = "loopdev"