2024-01-21 00:13:05 -08:00
|
|
|
# This package is from https://github.com/stratis-storage/loopdev-3
|
2024-02-21 20:57:46 +00:00
|
|
|
# Edera maintains an in-tree version because the goals of krata mean that
|
2024-01-21 00:13:05 -08:00
|
|
|
# there is as little binding generation as possible, especially bindings which
|
|
|
|
# prevent development from macOS, like the original library.
|
|
|
|
[package]
|
|
|
|
name = "loopdev"
|
2024-01-29 07:56:56 -08:00
|
|
|
version.workspace = true
|
2024-01-21 00:13:05 -08:00
|
|
|
license = "MIT"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-29 07:53:35 -08:00
|
|
|
errno = { workspace = true }
|
|
|
|
libc = { workspace = true }
|
2024-03-07 18:04:22 +00:00
|
|
|
nix = { workspace = true, features = ["ioctl"] }
|
2024-01-21 00:13:05 -08:00
|
|
|
|
2024-03-07 18:04:22 +00:00
|
|
|
[lib]
|
|
|
|
name = "loopdev"
|