mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: reorganize crates
This commit is contained in:
17
crates/vendor/loopdev/Cargo.toml
vendored
Normal file
17
crates/vendor/loopdev/Cargo.toml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# 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"
|
Reference in New Issue
Block a user